JSON stringify
Reference documentation for using the JSON stringify expression
Written By Ben Lehmann
Last updated 10 months ago
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