Namespace | tinymce.util |
Class | JSON |
Type | Singleton |
Method | Defined By |
---|---|
parse(s:string):Object
[static] Unserializes/parses the specified JSON string into a object.
|
JSON |
serialize(o:Object):string
[static] Serializes the specified object as a JSON string.
|
JSON |
public static
function parse(s:string):Object
s:string | JSON String to parse into a JavaScript object. |
public static
function serialize(o:Object):string
o:Object | Object to serialize as a JSON string. |