Stringify

Overview 

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.

Syntax 

Stringify(1)

Function Properties 

OrdinalTypeDescription
1objectRequiredJavaScript object to convert to a string value

Example 

1<script runat="server">
2     Platform.Function.Stringify(object);
3</script>