summaryrefslogtreecommitdiffstats
path: root/test/json-mapped/array-of-arrays-basic/map.json
blob: 68af4554a465f1add7f58c2b00af727e74d7aca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "sheets": ["data"],
    "cells": [
        {"path": "$[0]", "sheet": "data", "row": 0, "column": 2},
        {"path": "$[1]", "sheet": "data", "row": 1, "column": 2}
    ],
    "ranges": [
        {"sheet": "data", "row": 3, "column": 1,
         "fields": [
             {"path": "$[][][0]"},
             {"path": "$[][][1]"},
             {"path": "$[][][2]"}
         ],
         "row-groups": [
             {"path": "$[]"}
         ]
        }
    ]
}