1
0
Fork 0
arangodb/js/common/test-data/modules/test-data.json

11 lines
161 B
JSON

{
"tags" : [ "foo", "bar", "baz" ],
"author" : {
"first" : "foo",
"last" : "bar"
},
"number" : 42,
"sensible" : false,
"nullValue" : null
}