I have some JS that runs fine in FF and IE but in Chrome I see the following error:
uncaught exception ReferenceError: JSON is not defined
I presume I need to include something but I'm not sure what. Help? Also, any clue why this might work on IE/FF but not Chrome?
Btw, I'm using JSON.stringify() in my script.