summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
blob: 9b4bfb93764403277814a8f5a9eb73c1bb8f42f4 (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": {"a":2}},
    {"blbl": [{}, {"a":0, "b":1, "value":"3"}, 10]},
    {"value": 4}
  ]
}