summaryrefslogtreecommitdiffstats
path: root/test/json-structure/arrays-in-object/input.json
blob: 2b5dbf1f00eb3c38466ff7b3e15e08238276328d (plain)
1
2
3
4
5
6
7
8
9
10
{
    "rows": [
        {"name": "a", "age": 12},
        {"name": "b", "age": 13},
        {"name": "c", "age": 14},
        {"error": -1}
    ],

    "footnotes": "some footnotes."
}