activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Deserialize Json Array
Developer Activities
Last updated Oct 22, 2024
Deserialize Json Array
UiPath.WebAPI.Activities.DeserializeJsonArray
- JSON String - The string containing the JSON array to be deserialized. The JSON should be written without indents, and between double quotes. Strings inside the JSON should be written with single quotes. For example, the following is a valid way of filling in this field: "['TenancyName', 'UsernameOrEmail', 'Password']".
Advanced options
Output
- JSON Array - The deserialized JSON array, as a
Newtonsoft.Json.Linq.JArray
variable. For more information onNewtonsoft.Json.Linq.JArray
objects, go here.
Properties panel
Common
- DisplayName - The display name of the activity.
Input
- JSON String - The string containing the JSON array to be deserialized. The JSON should be written without indents, and between double quotes. Strings inside the JSON should be written with single quotes. For example, the following is a valid way of filling in this field: "['TenancyName', 'UsernameOrEmail', 'Password']".
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- JSON Array - The deserialized JSON array, as a
Newtonsoft.Json.Linq.JArray
variable. For more information onNewtonsoft.Json.Linq.JArray
objects, go here.