Stringify
methodsConverts a JavaScript object to JSON. Uses JSON.stringify in browsers that support it.
Parameters:valueObject
Returns:String
The value to convert to a JSON string.
The JSON representation of the value.
Converts a JavaScript object to JSON. Uses JSON.stringify in browsers that support it.
The value to convert to a JSON string.
The JSON representation of the value.