duster/js/test_cases/idx_and_len_nested/array.json

17 lines
144 B
JSON

{
"things": [
[
"Alice",
"Andy"
],
[
"Bob",
"Becky"
],
[
"Chris",
"Cathy"
]
]
}