summaryrefslogtreecommitdiffstats
path: root/test/json-structure/repeat-objects/input.json
blob: 27882a4085ebdb8b7b0a6bd1fa5dadaed0ae22c0 (plain)
1
2
3
4
5
6
[
    {"name": "a", "age": 12},
    {"name": "b", "age": true},
    {"name": "c", "age": null},
    {"name": "d", "age": "n/a"},
]