Stringify
Converts a passed JavaScript object into a JSON string value. This function works only with known JSON objects and types, such as string and integer values.
Stringify(1)
Ordinal | Type | Description | |
---|---|---|---|
1 | object | Required | JavaScript object to convert to a string value |