This is a weird one. Some of the data I will be sending to the output stream for a custom JS tool will be in JSON format. I used "JSON.Stringify()" to convert it to a string and output it, which worked perfectly...now it doesn't. My code has not changed, but I'm suddenly getting this error. Any insights into why the JS engine file would suddenly stop recognizing built-in javascript functions?