12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"root": {
|
|
"name": "double-nested",
|
|
"parent": {
|
|
"child": [{"foo": "hello"}],
|
|
"enumChild": ["A"],
|
|
"rootParentChild": [{"a": "hello"}],
|
|
"bar": true
|
|
}
|
|
}
|
|
}
|