aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/arrays-nested.json
blob: d21920cc3eb41d5058b1fdf7ba0285ce4e620643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "nest": {
        "type": "array",
        "value": [
            {"type": "array", "value": [
                {"type": "string", "value": "a"}
            ]},
            {"type": "array", "value": [
                {"type": "string", "value": "b"}
            ]}
        ]
    }
}