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


v3.0