Blame view

node_modules/JSONStream/test/fixtures/depth.json 220 Bytes
f7563de62   Palak Handa   first commit
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}
    ]
  }