Hello,
I’m trying to export the Dgraph database in JSON format with the following URL on localhost -
http://localhost:8080/admin/export?format=json
With the above URL, the data is always getting exported in RDF instead of JSON, It should be a JSON export as here I have selected the format JSON, I don’t understand what’s wrong here with the above URL request or what should be the correct URL here for JSON export Does anyone know about such issue.