miller/go/u/nested.json
2020-09-10 12:11:59 -04:00

12 lines
92 B
JSON

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