JSON to .NET Object
Description
Converts JSON content to the specified .NET type.
Properties
Input
- JSON Content – JSON content which will be converted to the specified .NET type.
Optional
- Continue On Error – It Specifies whether the automation should continue even if the current activity fails. This field only supports Boolean values (True, False). The default value is False.
note
If this activity is present inside the Try Catch activity and the value of this property is True, it will ignore errors during the execution of automation.
Misc
- ArgumentType – Specify the .NET type
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Output
- Result – Deserialized JSON to the specified .NET type.
Example
Download Example