Deserialize Json Array
UiPath.WebAPI.Activities.DeserializeJsonArray
Description
Deserializes a JSON array string to a JArray object.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Cross-platform configuration
- 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.JArrayvariable. For more information onNewtonsoft.Json.Linq.JArrayobjects, go here.
Windows - Legacy, Windows configuration
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.JArrayvariable. For more information onNewtonsoft.Json.Linq.JArrayobjects, go here.