Serialize JSON
Description
This action component allows you to serialize the object to a JSON string.
Input Properties
- JSON Object (String) – This contains the JSON object you want to serialize.
- JSON Format (Dropdown) – Specifies formatting options for the serialize.
Output Properties
- Result (String) -The serialized JSON, as a string variable
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.