GT2/Ejectable/node_modules/xml-js/bin/test.json
2021-08-16 00:14:59 +00:00

23 lines
No EOL
536 B
JSON

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