Previously in Guzzle 5.3:
$response = $client->get(\'http://httpbin.org/get\'); $array = $response->json(); // Yoohoo var_dump($array[0][\'origin\']);
I use $response->getBody()->getContents() to get JSON from response. Guzzle version 6.3.0.
$response->getBody()->getContents()