Icard/angular-clarity-master(work.../node_modules/xml-js/bin/test.json

23 lines
514 B
JSON
Raw Permalink Normal View History

2024-07-16 15:23:22 +00:00
{
"elements": [
{
"type": "element",
"name": "a",
"attributes": {
"x": "1"
},
"elements": [
{
"type": "element",
"name": "b",
"elements": [
{
"type": "text",
"text": "bye!"
}
]
}
]
}
]
}