Description
In some situations, it is helpful for your process to convert a JSON object into a string for further action.
Properties
Analyst
- Display Name: Optional friendly name used for debugging, validation, exception handling, and activity tracking.
- Description: Optional text for documentation purposes.
Common
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
Input
- Object to Serialize: The InArgument<Object> contains the JSON object which the user wants to convert into a json string.
Optional
- Json Formatting: The user can choose whether he wants to have a continuous string or structured.
None:
Indented:
Output See above depending of the Json Formatting
- JSON String: The output of the serialized JSON Object as a string