- Source:
 
Methods
- 
    
<static> parse(str, options, callback)
 - 
    
    Parses a JSON string and then invokes the given callback
Parameters:
Name Type Description strString The string to parse optionsObject Object with options, possibly holding a "reviver" function callbackfunction - Source:
 
 - 
    
<static> stringify(obj, options, callback)
 - 
    
    Stringifies JSON and then invokes the given callback
Parameters:
Name Type Description objObject The object to stringify optionsObject Object with options, possibly holding a "replacer" function callbackfunction - Source: