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

11 lines
77 B
JSON

{
"x": [
1,
[
2,
[3, 4, 5],
6
],
7
]
}