Provides a simple and secure mechanism for parsing a JSON string into the equivalent JavaScript object, without authors having to decide whether the source is trusted or not.
This component is provided by the V$.json object.
This is an alias for the untrusted(json) method.
Parameter | Description | Type |
---|---|---|
json | The JSON formatted string. | String |