Paste a PHP array - short [] syntax or array(), nested as deep as you like - and get valid JSON back.
A nested array of settings written with => arrows, which is not something any JSON validator or API client will take.
The same settings as formatted JSON, ready for a config file, an API request or a front-end that expects JSON.
No throwaway PHP script needed just to call json_encode() once.
Pages of array ( ... ) with mixed indentation and numeric keys, printed into a log or a browser response.
Clean JSON with the structure visible, which you can then fold and search in any JSON viewer.
Makes a dump readable without editing it by hand.