nodejs-wrapper/node_modules/dot-object/test/data/array_deep_bug2.json
{ "name": "array deep bug2 #10", "options": { "useArray": true }, "input": { "b.0.c.1": "b0c1", "b.0.c.2": "b0c2" }, "expected": { "b" : [ { "c" : [ null, "b0c1", "b0c2" ] }] } } |