aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/array-empty.json
blob: 2fbf2567f87bc7bff4503922973847867e26414d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "thevoid": { "type": "array", "value": [
        {"type": "array", "value": [
            {"type": "array", "value": [
                {"type": "array", "value": [
                    {"type": "array", "value": []}
                ]}
            ]}
        ]}
    ]}
}