1
0
Fork 0
python-aristaproto/tests/inputs/nestedtwice/nestedtwice.json

12 lines
194 B
JSON
Raw Permalink Normal View History

{
"top": {
"name": "double-nested",
"middle": {
"bottom": [{"foo": "hello"}],
"enumBottom": ["A"],
"topMiddleBottom": [{"a": "hello"}],
"bar": true
}
}
}