Originally posted by xoggoth
View Post
$foo = json_decode($customer->address->toJSON());
print_r($details);
echo vardump($details);
var_dump(json_decode($json, true));
echo 'Last error: ', json_last_error_msg(), PHP_EOL, PHP_EOL;

Leave a comment: