Json Request

Paste your JSON file into the text box below and select a formatting option, done that click on the Format button

Json Response


What's JSON ?

The JSON (JavaScript Object Notation) format is, as the name suggests, a form of notation of JavaScript objects so that they can be represented in a way that is common to several languages. In addition, an idea that is strongly rooted in this format is that it can be easily moved between applications on any protocols, including HTTP. So the main difference between a standard JavaScript object and a JSON is that JSON is actually: a text.

JSON syntax

The idea used by JSON to represent information is tremendously simple: for each value represented, a name (or label) is given that describes its meaning. This syntax is derived from the way used by JavaScript to represent information.