Files
JiboViteDocs/node_modules/xml-js/bin/test.json
Your Name 38652eb9b5 Initalize
2026-05-03 12:12:57 -04:00

23 lines
536 B
JSON

{
"elements": [
{
"type": "element",
"name": "a",
"attributes": {
"x": "1"
},
"elements": [
{
"type": "element",
"name": "b",
"elements": [
{
"type": "text",
"text": "bye!"
}
]
}
]
}
]
}