miller/test/input/nested.json
2021-11-11 14:15:13 -05:00

12 lines
92 B
JSON

{
"a": [
1,
2,
{
"b": [3,[4,5],6]
},
6,
7
],
"b": "c"
}