The original source of JSONLint

There have been many implementations using this pure JavaScript implementation of JSONLint to format JSON on sites like JSONLint.com (the original), JSONLint Pro (a new version without ads). Both sites make it easy to format and validate JSON.

JSONLint is an online tool for validating and formatting JSON (JavaScript Object Notation) data. It can be used to check if a JSON document is well-formed and to ensure that it conforms to the JSON specific schema. It can also be used to beautify and format JSON data to make it more readable.

You may also want to check out JSON.org, WebReference, and Wikipedia.

To help get you started working with JSON data:

Here are some of the most common libraries used for working with JSON data in different programming languages:

Python:

PHP:

JavaScript:

Ruby on Rails:

C#:

Enjoy!