I am doing a research project on the JSON JSONIQ using Google App Engine and its Datastore. The Datastore is NoSQL so it is what I need for my JSON to work, but the problem is I am not able to export the datastore as JSON file. Also, I am using Java for the backend. Can please anyone guide on the process of exporting the datastore and using it as JSON for further JSONIQ query.
Thank you in advance.