legacy-api-documentation
legacy-api-documentation copied to clipboard
Invalid json - need to escape double quotes inside values
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.
Thank you for the report! We'll provide a fix as soon as we can.