Nested Array
Deeply nested array structure
JSON
[
[
1,
2,
[
3,
4
]
],
[
"a",
[
"b",
[
"c",
"d"
]
]
],
{
"matrix": [
[
1,
0
],
[
0,
1
]
]
}
]Stats
- Key count: 1
- Nesting depth: 4
- Size: 79 bytes