aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/JSONStream/test/fixtures/depth.json')
-rw-r--r--deps/npm/node_modules/JSONStream/test/fixtures/depth.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/npm/node_modules/JSONStream/test/fixtures/depth.json b/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
new file mode 100644
index 0000000000..868062f306
--- /dev/null
+++ b/deps/npm/node_modules/JSONStream/test/fixtures/depth.json
@@ -0,0 +1,15 @@
+{
+ "total": 5,
+ "docs": [
+ {
+ "key": {
+ "value": 0,
+ "some": "property"
+ }
+ },
+ {"value": 1},
+ {"value": 2},
+ {"blbl": [{}, {"a":0, "b":1, "value":3}, 10]},
+ {"value": 4}
+ ]
+} \ No newline at end of file