Json Formatter

Editor loading...
JSON is a vey common data format consisting of attribute-value pairs. It was derived from JavaScript (hence JavaScript Object Notation), but it's now included in many modern programming languages.

This formatter is based on the Node.js implementation which will parse the data and stringify it with 2 spaces indentation and CodeMirror as an editor.