miller/go/reg-test/input/nested.json

12 lines
92 B
JSON

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