1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-20 23:26:08 -04:00
notes/node_modules/JSONStream/test/fixtures/depth.json

15 lines
220 B
JSON
Raw Normal View History

2017-03-09 13:16:08 -05:00
{
"total": 5,
"docs": [
{
"key": {
"value": 0,
"some": "property"
}
},
{"value": 1},
{"value": 2},
{"blbl": [{}, {"a":0, "b":1, "value":3}, 10]},
{"value": 4}
]
}