JSON Editor
Editor for experienced users who have experience with the structure of JSON objects.
Last updated
Editor for experienced users who have experience with the structure of JSON objects.
Last updated
All the changes are made to the current table version.
There are no limitations in creating Input/Output model. A model can have unlimited root objects and unlimited children.
The Model has the same structure as a tree and should be written in JSON format. There are root objects that contain children, but only leaf objects (objects without children) can be selected as variables.
Object with empty {}: "object": {}
Arrays and values are not allowed.
This functionality is especially useful when copying and pasting JSON from another source or window on your device.
Make sure you're saving your changes by pressing the button in the bottom right corner.
The button will change your written code to a better readable format.