hexo/node_modules/JSONStream/test/fixtures/depth.json

16 lines
231 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"total": 5,
"docs": [
{
"key": {
"value": 0,
"some": "property"
}
},
{"value": [1]},
{"value": {"a":2}},
{"blbl": [{}, {"a":0, "b":1, "value":"3"}, 10]},
{"value": 4}
]
}