Formats a JSON string or file with the chosen indentation level, creating a tree object with color highlights. You can now clearly identify the different constructs of your JSON (objects, arrays and members). The created JSON tree can be navigated by collapsing the individual nodes one at a time if desired. Supports 6 indentation levels: 2 spaces, 3 spaces, 4 spaces, tab delimited, compact (1 line) and JavaScript escaped.
The formatter works locally in your browser, no data is uploaded to the server.