diff --git a/example_json/datatypeseg.json b/example_json/datatypeseg.json new file mode 100644 index 0000000..3a21b9c --- /dev/null +++ b/example_json/datatypeseg.json @@ -0,0 +1,9 @@ + { + "string" : "This is a string" , + "integer": 2, + "decimal": 5.5 , + "boolean": false, + "array": [ false , 6.3 ], + "null" : null, + "object": { }, + "edgecases": ["\"\\\n\t", "\u1234"]} \ No newline at end of file diff --git a/example_json/depthed.json b/example_json/depthed.json new file mode 100644 index 0000000..e320eb1 --- /dev/null +++ b/example_json/depthed.json @@ -0,0 +1,63 @@ +{ + "how": { + "deep": { + "can": { + "we" : { + "go": { + "before" : { + "running": { + "out": { + "of": { + "memory": { + "?": { + "how": { + "deep": { + "we" : { + "go": { + "before" : { + "running": { + "of": { + "memory" : { + "deep": { + "can": { + "we": { + "go": { + "before": { + "running": { + "out": { + "of": { + "memory": { + "?": { + "-": [ null, null ] + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + }} + } + } + } + } + } + } + } + } + + } + +