1
0
Fork 0
arangodb/Documentation/Examples/HandlingDocumentsExample1.g...

17 lines
276 B
Plaintext

{
"firstName" : "Hugo",
"lastName" : "Schlonz",
"address" : {
"city" : "Hier",
"street" : "Strasse 1"
},
"hobbies" : [
"swimming",
"biking",
"programming"
],
"_id" : "demo/schlonz",
"_rev" : "9908826",
"_key" : "schlonz"
}