The Skinny On...
JSON
The system.json object provides JSON encoding and decoding
functionality to the Reasonably Smart Platform.
-
String encode( Object anObject )The
encodefunction returns a JSON-encoded string representation of anObject. -
Object decode( String aJSONString )The
decodefunction returns a JavaScript object from the JSON encoded string representation aJSONString.
