summaryrefslogtreecommitdiffstats
path: root/test/json-mapped/array-of-arrays-header/map.json
blob: 1c7bfea104a451e4c27671e837b2d7c414fdbc5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "sheets": ["city"],
    "ranges": [
        {"row": 0, "column": 0, "sheet": "city", "row-header": true,
         "fields": [
                {"path": "$[][0]", "label": "RID"},
                {"path": "$[][1]", "label": "Country"},
                {"path": "$[][2]", "label": "City"},
            ],
         "row-groups": [
             {"path": "$"},
            ]
        }
    ]
}