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)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | object | Required | JavaScript object to convert to a string value |
Example
<script runat="server">
Platform.Function.Stringify(object);
</script>