Convert minified JSON code into human understandable format.
Below is an example of the original JSON Prettify and the result.
Original JSON Prettify 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 Prettify works.
JSON Prettify 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 } } }