![]() |
API
0.9.6
|
Instance Methods | |
(JSObject) | - objectFromJSON |
Class Methods | |
(CPString) | + JSONFromObject: |
Definition at line 894 of file CPString.j.
|
implementation |
Returns a string representing the supplied JavaScript object encoded as JSON.
Extends class CPString.
Definition at line 899 of file CPString.j.
|
implementation |
Returns a JavaScript object decoded from the string's JSON representation.
Extends class CPString.
Definition at line 907 of file CPString.j.