Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/JSONStream/test/fixtures/depth.json

{
  "total": 5,
  "docs": [
    {
      "key": {
        "value": 0,
        "some": "property"
      }
    },
    {"value": [1]},
    {"value": {"a":2}},
    {"blbl": [{}, {"a":0, "b":1, "value":"3"}, 10]},
    {"value": 4}
  ]
}