Minify JSON

Remove whitespace from JSON to minimize file size and bandwidth.

Code

Utilities
json_encode(json_decode($jsonStr));

Parameters

JSON string to minify.

Server

More PHP Snippets