Prettify JSON

Format JSON with proper indentation for improved readability and debugging.

Code

Utilities
json_encode(json_decode($jsonStr), JSON_PRETTY_PRINT);

Parameters

JSON string to format.

Number of spaces for indentation.

Server

More PHP Snippets