You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could copy json method in Klein/Response.php and call it jsonPretty and instead of $json = json_encode($object) you could use $json = json_encode($object, JSON_PRETTY_PRINT);
Is it possible to send pretty-printed json in response?
The text was updated successfully, but these errors were encountered: