mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-06 04:43:52 +01:00
23 lines
536 B
JSON
23 lines
536 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "element",
|
|
"name": "a",
|
|
"attributes": {
|
|
"x": "1"
|
|
},
|
|
"elements": [
|
|
{
|
|
"type": "element",
|
|
"name": "b",
|
|
"elements": [
|
|
{
|
|
"type": "text",
|
|
"text": "bye!"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |