Namespace: JSON

Utils. JSON

Methods


<static> parse(str, options, callback)

Parses a JSON string and then invokes the given callback
Parameters:
Name Type Description
str String The string to parse
options Object Object with options, possibly holding a "reviver" function
callback function
Source:

<static> stringify(obj, options, callback)

Stringifies JSON and then invokes the given callback
Parameters:
Name Type Description
obj Object The object to stringify
options Object Object with options, possibly holding a "replacer" function
callback function
Source: