AMPscript
Base 64 Decode
Base 64 Encode
GUID
IsEmailAddress
IsPhoneNumber
MD5
ParseJSON
RaiseError
Stringify
Validate Your Server-Side JavaScript using WSProxy
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 |
1<script runat="server">
2 Platform.Function.Stringify(object);
3</script>