Read JSON File
Description
This activity reads the specified JSON (JavaScript Object Notation) file and deserializes its content into the selected .NET object.
Properties
Input
- File Name – Specify the absolute path to read the JSON file.
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 presents inside Try Catch 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