summaryrefslogtreecommitdiffstats
path: root/test/json-mapped/array-of-objects-basic/map.json
blob: a9b949cdace7bd19f0c96747590cc680e1c65d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "sheets": ["Imported"],
    "ranges": [
        {"sheet": "Imported", "row": 0, "column": 0,
         "fields": [
             {"path": "$[]['id']"},
             {"path": "$[]['first_name']"},
             {"path": "$[]['last_name']"},
             {"path": "$[]['email']"}
         ],
         "row-groups": [
             {"path": "$"}
         ]
        }
    ]
}