summaryrefslogtreecommitdiffstats
path: root/test/json-structure/repeat-objects-2/input.json
blob: 54ba1cc7c6914801d43b1be66b53637f4768f518 (plain)
1
2
3
4
5
6
[
    {"name": "a", "age": 12, "props": {"alpha": 1, "beta": 2}},
    {"name": "b", "age": 13, "props": {"gamma": 3}},
    {"name": "c", "age": 14, "props": {"theta": 4}},
]