jsoneditor/test/resources/eson2.json

39 lines
618 B
JSON
Raw Normal View History

{
"type": "Object",
"props": [
{
"id": "[ID]",
"name": "obj",
"value": {
"type": "Object",
"props": [
{
"id": "[ID]",
"name": "a",
"value": {
"type": "value",
"value": 2
}
}
]
}
},
{
"id": "[ID]",
"name": "arr",
"value": {
"type": "Array",
"items": [
{
"id": "[ID]",
"value": {
"type": "value",
"value": 3
}
}
]
}
}
]
}