Xentara v1.2.1
User Manual
Loading...
Searching...
No Matches
JSON Format for Element Groups

A JSON object describing a element group has the following syntax:

{
"@Group": {
"id": "Group 1",
"uuid": "e8ea86a3-f7fb-4c1c-85b3-aa2aa7bd549d",
"children": [
...
]
}
}

Object Members
idA string value containing the ID of the group. The ID is used to construct the group’s primary key.
uuidA string value containing the unique UUID of the group.
children

A JSON array containing the child elements of the group.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.