summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
blob: 868062f30657af77493004d0214316b9f0450fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "total": 5,
  "docs": [
    {
      "key": {
        "value": 0,
        "some": "property"
      }
    },
    {"value": 1},
    {"value": 2},
    {"blbl": [{}, {"a":0, "b":1, "value":3}, 10]},
    {"value": 4}
  ]
}