JSON formatter is a free tool to format, prettify, and minify JSON data.
JSON formatter is an useful tool to format, beautify and validate JSON data. The output is printed in the editor and you can visualize and navigate through your JSON.
JSON formatter works well on Windows, Mac, Linux, Chrome, FireFox and Safari. And everything is free.
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write (unlike XML). It is easy for machines to parse and generate. JSON is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.
What is a valid JSON
{ "name": "Deleon Casey", "age": 40, "friends": [ { "id": 1, "name": "Harry Potter" }, { "id": 2, "name": "Bruce Wayne" } ] }