You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes, that's odd - it seems like JSON.parse should really produce an exception. Could you file a bug for it on GitHub?

    The whole parsing thing is annoying. It did work, and then someone raised a bug because it worked when it should have failed, and that could have been a security bug - maybe. So I had to disable it :(

    So if you care about stuff like that, now you have to use eval - but if you do that then you need to be sure you trust your source of data :)

About

Avatar for Gordon @Gordon started