I'm being dumb, but I'm not quite sure how. We have two sandbox environments and one production. I have a RESTlet script that pulls data for me and returns JSON so my client applications can work with the data. Everything is working in both sandboxes, but when I deployed the same script to production, I'm getting an error about an invalid return type. I'm returning JS objects that the NS converts to JSON strings.