Friday, May 23, 2014

Validating and formatting JSON strings

If your apps deal with JSON strings, you will need a good tool to let you verify and understand the structure of the JSON string easily. Head over to http://jsonlint.com, the JSON Validator:


Paste your JSON string into the text box and it will format your JSON string in a human-readable format.

You are most welcome. :-)

No comments: