API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPString(JSON) Category Reference

Instance Methods

(JSObject) - objectFromJSON
 

Class Methods

(CPString+ JSONFromObject:
 

Detailed Description

Definition at line 894 of file CPString.j.

Method Documentation

+ (CPString) JSONFromObject: (JSObject)  anObject
implementation

Returns a string representing the supplied JavaScript object encoded as JSON.

Extends class CPString.

Definition at line 899 of file CPString.j.

- (JSObject) objectFromJSON
implementation

Returns a JavaScript object decoded from the string's JSON representation.

Extends class CPString.

Definition at line 907 of file CPString.j.


The documentation for this category was generated from the following file: