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