Minify your JSON code, for reduced size and less data transfer.
Below is an example of the original JSON Minifier and the result.
Original JSON Minifier Example{ "inner": { "min_position": null, "has_more_items": false, "items_html": "none", "new_latent_count": 0 }, "note": { "d": { "status": "ok", "response": 0 }, "b": { "status": "ok", "response": { "count": 0, "localized_count": "0", "timestamp": -1, "new_timestamp": -1, "show_badge_highlighting": true, "success": false } }, "t": { "status": "ok", "response": null } } }
And an example of how the online JSON Minifier works.
JSON Minifier Result{"inner":{"min_position":null,"has_more_items":false,"items_html":"none","new_latent_count":0},"note":{"d":{"status":"ok","response":0},"b":{"status":"ok","response":{"count":0,"localized_count":"0","timestamp":-1,"new_timestamp":-1,"show_badge_highlighting":true,"success":false}},"t":{"status":"ok","response":null}}}