objectToString
The objectToString task converts a valid JSON value to a JSON string, optionally replacing values with a replacer function, or optionally including only specified properties if a replacer array is provided.
Potential use case
Given a JSON object as input, this task returns a string containing all JSON object properties separated by commas. If a recent query into a ticketing database returns a body of data as a JSON object, use this task to convert the object and send its data as the body of an email.
Properties
Example
The input variable value is shown in Task History, accessed from Jobs in Operations Manager.

The return variable shows each element in the array separated by a comma. In this example no whitespace is applied, since the space variable was not set.
