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)

OrdinalTypeDescription
1objectRequiredJavaScript object to convert to a string value