1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-01 00:25:26 +00:00
notes/node_modules/JSONStream/test/fixtures/depth.json
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

15 lines
220 B
JSON

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