JSON Formatter
Formats JSON string and create object tree with color highlights so you fit clearly identify object constructs.
JSON Explained
Wetin be JSON?
JavaScript Object Notation (JSON) na open-standard file format or data interchange format wey originally come from JavaScript.
JSON na language-independent data format. E come from JavaScript, but many modern programming languages include code to generate and parse JSON format data.
Why make I use JSON?
Since JSON format na text only, e fit easily be sent to and from a server, and used as data format by any programming language.
JavaScript get built-in function to convert string, written in JSON format, into native JavaScript objects.
JSON.parse()
So, if you receive data from server in JSON format, you fit use am like any other JavaScript object.