in reply to Re^3: JSON decode problem
in thread JSON decode problem

As fellow monks have said, the problem here is that it is not portable json, it needs to be evalled into a javascript environment, like your browser.
This was the specific point I was replying to. It is not valid JavaScript due to unescaped quotes, and therefore you can't leverage a JavaScript interpreter.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.