You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpkg/lib/json/test/valid/nested_array.parsed

10 lines
133 B
Plaintext

[0] 1
[1] []
[2,0] 4
[2,1] "hello"
[2,2] {}
[2] [4,"hello",{}]
[3,"array"] []
[3] {"array":[]}
[] [1,[],[4,"hello",{}],{"array":[]}]