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

31 lines
343 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 }
]