How can I read JSON data in Sproutcore?
SC.json.decode(json) will be decoded, and SC.json.encode(json) will be encoded. If possible, this will use the built-in browser implementation, which should be pretty fast. As an alternative, it will fall away from the JS-based parser.
SC.json.decode(json)
SC.json.encode(json)