JSON Editor
This editor is designed for experienced users familiar with the structure of JSON objects.
Was this helpful?
This editor is designed for experienced users familiar with the structure of JSON objects.
Was this helpful?
After making any changes to the input/output model, be sure to save them by clicking the Save button in the bottom-right corner. Please note that all changes apply only to the current version of the rule.
The model follows a tree structure written in JSON format. Root objects can contain children, but only leaf objects (objects without children) can be selected as variables.
To create a leaf object, use the following format:
Object with empty {}
:
Arrays and values are not allowed.
To beautify the code for better readability, right-click the JSON model and choose the Format Document option.