json formatting tool

The JSON tool can not only verify a piece of json code, verify the integrity of the code, but also compress multiple lines of json code into one line of code or format messy code, making the code more convenient to view.

What is the code in json format?

The JSON format uses a common text format that is completely different from the normal programming language to represent and store data. It is a relatively common and popular data exchange format.

Compared with previous data files, JSON format files have the advantage of relatively concise data structure, users can use and read very easily, and the program is more convenient to generate and read.

Instructions:

Formatting: Arrange and wrap the messy code, and indent the beginning and end of the code to make the JSON code easier to read and modify.

Compression: Reduce redundant line breaks and compress multiple lines of json code into one line of code.

Verification: Verify that the format of a piece of JSON code is correct, and test whether the JSON syntax is complete.