{ ; } JSON Beautifier

Formats a JSON encoded string to be easier to read.

What is JSON Beautifier?

JSON Beautifier is a form of formatting that makes the code easier to interpret for the human reader. JSON code normally it is harder to read. This script adds spaces and new lines so that the code appears more organized.

Where is JSON used?

It is a popular format for storing and transfering data over the web. Typically it is transfered over API calls, ajax requests, or as a form of storing data in databases or files. Actually all apps on this site are generated from a list of JSON files where instructions on how they should look and behave are stored.

What is JSON?

It is a open standard format that uses human-readable text. More info on Wikipedia