activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI

Developer Activities
Last updated Aug 14, 2025
Deserialize Json Array
linkUiPath.WebAPI.Activities.DeserializeJsonArray
Description
linkDeserializes a JSON array string to a
JArray
object.
Project compatibility
linkWindows - Legacy | Windows | Cross-platform
Cross-platform configuration
link- 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.
Windows - Legacy, Windows configuration
linkProperties 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.