arangosh> print({ a: "123", b: [1,2,3], c: "test" }); { "a" : "123", "b" : [ 1, 2, 3 ], "c" : "test" }