summaryrefslogtreecommitdiffstats
path: root/test/json-mapped/array-of-arrays-basic/input.json
blob: a93a01263d135bf9316ff7735c89c82fc4133375 (plain)
1
2
3
4
5
6
7
8
9
[
    "Simple list of arrays",
    "This file contains a list of arrays as data and some title strings at the top.",
    [
        [1, 2, 3],
        [4, 5, 6],
        [7, 8, 9]
    ]
]