简体   繁体   中英

Creating complex JSON object and storing in Arangodb

Are there any examples of creating a complex json object then storing in arangodb using the java driver? Just a bit of sample code would be great.

You should have a look at the example provided in https://github.com/arangodb/arangodb-java-driver/blob/master/src/test/java/com/arangodb/example/ExecuteDocumentQueryExample.java

It generates an AQL query and returns the result as (complex) JSON object.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM