JSON online editor, JSON editor, can edit JSON strings and texts online, quickly verify JSON format errors, and locate JSON errors.
what is JSON
JSON is a lightweight data exchange format that uses a similar key-value pair principle to organize data. It is the most popular data transmission method in current programs.
Simplest JSON example:
{
   "host": "metools.info"
}
JSON Online Editor:
This JSON online editor uses jsoneditor as the prototype, retains the code editing style and JSON tree editing style, and converts it into JSON object tree form in real time when inputting JSON, which is convenient for comparison and error verification.