Here is my output. See end of line. The output just gives me '...'.
public 'results' =>
array (size=1)
0 =>
object(..)[18]
...
And this is my code to debug the result.
var_dump(json_decode($response));