legacy-api-documentation icon indicating copy to clipboard operation
legacy-api-documentation copied to clipboard

Invalid json - need to escape double quotes inside values

Open daksatech opened this issue 11 years ago • 1 comments

Every once in a while the API seems to be returning invalid JSON. For eg: if you perform a photo search for the term "blue splash", it returns a json with foll. string in it: "name": ""blue splash"",

Here you can see that the phrase blue splash is surrounded by double quotes. This should have ideally been escaped like so: "name": ""blue splash""

Same issue is also present in "description" node.

daksatech avatar Jun 20 '13 19:06 daksatech

Thank you for the report! We'll provide a fix as soon as we can.

freeatnet avatar Jun 20 '13 19:06 freeatnet