summaryrefslogtreecommitdiffstats
path: root/test/json-structure/nested-arrays-mixed/input.json
blob: d0d76172fcec1611395e06fb163790a6070931d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
    [
        {
            "name": "Jane Doe",
            "age": -1
        },
        1,
        2
    ],
    [
        3,
        4,
        5
    ]
]