@dgold fixed it. Turns out if you set
header('Content-Type: application/json; charset=utf-8');
It lets you pretty print json.
@dgold fixed it. Turns out if you set
header('Content-Type: application/json; charset=utf-8');
It lets you pretty print json.