About

This online utility helps developers with viewing, parsing, validating, minifying, and formatting JSON. What you type is parsed and displayed as a tree in real-time.

Feedback

We would love to get suggestions, feature requests, and other feedback. Please open a new issue here.

Learn

Learn more about json here

Slack

Add json.dev Slack bot to your workspace Add to Slack

Privacy

Your data is yours. JSON is parsed client side. It is not sent to the server.


Features


Format and Minify
Will format/beautify input JSON with new-lines and spaces. Currently, 2 spaces are used for indentation. Minifying will remove all unnecessary spaces and newlines
Tree view
Parsed JSON is displayed as a tree structure. You can click on objects, arrays, or strings to collapse/expand
Real-time
JSON is parsed and displayed in real-time as you type
Validate
Invalid JSON will be flagged. Row and column numbers are given

Changelog


0.0.0

  • Initial release