I am currently working on a python3.3 api for arangodb and am running into the following problem in the HTTP responses when requesting things from arango's RESTful api.
the specific example has to do with the sha256 hashes of password. if a section of the hashed password was this:
w/JjMM0gNl
when I use any of the python http libs the response is formated as such:
w\\/JjMM0gNl
encoding/decoding with various methods does not solve this and I am wondering what I can do to remedy this problem. If you are not familiar with arango, data is returned as json.