I get the following error in IE 9 SCRIPT5009: \'JSON\' is undefined only when in compatability mode. the line causing this error is
SCRIPT5009: \'JSON\' is undefined
JSON.string
See here for a blog post explaining the situation: Resolve JSON is Undefined Error in Internet Explorer
Include the JSON library in your page and you should be good to go.