API  1.0.0
CPString(JSON) Category Reference

Instance Methods

(JSObject) - objectFromJSON
 

Class Methods

(CPString+ JSONFromObject:
 

Detailed Description

Definition at line 921 of file CPString.j.

Method Documentation

◆ JSONFromObject:()

+ (CPString) JSONFromObject: (JSObject)  anObject
implementation

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

Extends class CPString.

Definition at line 926 of file CPString.j.

◆ objectFromJSON()

- (JSObject) objectFromJSON
implementation

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

Extends class CPString.

Definition at line 934 of file CPString.j.


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