Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Are the backslashes definitely there, or are you seeing this in the debugger? Commented May 23, 2017 at 10:48
  • 3
    You can always go back to the creator of the API and ask them to create valid outputs. I'm sure there is some documentation somewhere as to what is valid json (and escaping quotes is probably not valid). Back up your research with links to various sites that will not decode the API output. Commented May 23, 2017 at 10:49
  • @JonSkeet Not from debugger. This is how I get the response. I copied and pasted it here from response's raw data in Rest client Commented May 23, 2017 at 10:54
  • Right. It would be helpful to create a minimal reproducible example. (That's what I've been doing when trying to put together an answer...) Commented May 23, 2017 at 10:54