toString (object)
toString (object)
Task purpose
The toString (object) task converts a valid JSON value to a JSON string, optionally replacing values if a replacer function is specified, or including only specified properties if a replacer array is specified.
Potential use case
If a query into a ticketing database returns data as a JSON object, you could use this task to convert the object to a string and include it as the body of an email.
Properties
Example
The input variable value is shown in Task History, accessible from Jobs in Operations Manager.

The output shows the stringified object. No white space is added since no space value was set.
