Files
seatmapv2/client/node_modules/JSONStream/test/fixtures/depth.json
2021-03-02 00:06:38 +01:00

16 lines
231 B
JSON

{
"total": 5,
"docs": [
{
"key": {
"value": 0,
"some": "property"
}
},
{"value": [1]},
{"value": {"a":2}},
{"blbl": [{}, {"a":0, "b":1, "value":"3"}, 10]},
{"value": 4}
]
}