This code fails with an exception indicating invalid JSON:
var example = \'{ \"AKEY\": undefined }\'; jQuery.parseJSON(example);
I was able
Correct. Undefined and functions are not represented in JSON. http://www.json.org/js.html