0
kicks
Writing JavaScript-compliant JSON
"JSON is not only a syndication format (e.g. an alternative to XML), it is a language-independent data interchange format. As such, while JSON objects are based on the JavaScript object literal, they are not the same. In fact, JSON objects can be invalid as JavaScript objects. Therefore, JSON should be transformed to JavaScript-compliant JSON before feeding Ajax or JavaScript applications."