mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-15 12:16:35 +00: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!"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|