JSON stringify
Reference documentation for using the JSON stringify expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Converts a value to a JSON string |
Parameters | The value to convert to a JSON string. |
Returns | JSON text string representation of the value |
Description
Converts a value to the JSON notation that the value represents. Typically, this would be used to convert a JSON object into corresponding JSON string.

Comments
If you add multiple values into the Value field, the expression will try and format all the values as a single Text string.
Resources
Additional resources supporting use of JSON
W3 Schools - an introduction to JSON
JSONLint - a tool helping to validate and format JSON
MDM Web Docs - MDM typical developer reference material
v3.0