1
0
Fork 0
arangodb/UnitTests/import-1.json

13 lines
414 B
JSON

{"id": 1, "one":1, "two": 2, "three": 3}
{"id": 2, "a" : 1234, "b": "the quick fox", "jumped": "over the fox", "null": null }
{"id": 3, "spacing" : "is", "not": "important" }
{"id": 4, "a": true, "b": false, " c " : "h\"'ihi", "d" : "" }
{"id" : 5 }
{"id": 6, "this \" should be enough'"}
{"id": 7, "a" : 1234, "b": "the quick fox", "jumped: "over the fox", "null": null }
{"id" : 8, "i am" : broken }