JSON Edit Pro Online Tutorial

 

JSON Edit Pro is a JSON file editor app that can create, open, format, compact, repair and save JSON files.

 

In this quick-start guide, we cover the following topics: what is JSON format? how to open a JSON file? how to create a new JSON file? how to format JSON data? how to compact JSON data? how to repair JSON data? how to save a JSON file?

 

 

What is the JSON format?

 

JSON (JavaScript Object Notation) is an open standard file format and data interchange format that are commonly used in the internet world.  It uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).

Normally a .JSON file is just a text file that contains data in the JSON format.