JSON code formatting tool

JSON Description

JSON (JavaScript Object Notation, JS Object Markup) is a lightweight data exchange format. It is based on a subset of ECMAScript (the js specification formulated by w3c), and uses a text format that is completely independent of the programming language to store and represent data. The concise and clear hierarchical structure makes JSON an ideal data exchange language. It is easy for people to read and write, and at the same time it is easy for machines to parse and generate, and effectively improves network transmission efficiency.