JSON.parseWithDate

Parses a JSON string into a value or object.

The parsing operation checks for invalid characters and executable code in the JSON string. If that or actual eval of the JSON fails null is returned from the method call.

This method overrides either this instance of the JSON implementation, or a native version if it exists in the browser.

o.JSON.parseSafe(json)

Parameters

json
The JSON text to parse.


See also:

Class JSON | JSON.dateStringToDate | JSON.parse

© West Wind Technologies, 1996-2022 • Updated: 09/19/09
Comment or report problem with topic