PowerShell, Web PowerShell $json=(Invoke-WebRequest -Uri 'https://www.google.es/complete/search?client=hp&hl=es&gs_rn=64&gs_ri=hp&cp=11&gs_id=2f&q=powershell%20&xhr=t').content | ConvertFrom-JSON $json | %{$_} 12 $json=(Invoke-WebRequest -Uri 'https://www.google.es/complete/search?client=hp&hl=es&gs_rn=64&gs_ri=hp&cp=11&gs_id=2f&q=powershell%20&xhr=t').content | ConvertFrom-JSON$json | %{$_}