activities
latest
false
- Información general
- Criptografía
- Base de datos
- Java
- Python
- WebAPI
Actividades de desarrollador
Última actualización 21 de abr. de 2026
UiPath.WebAPI.Activities.DeserializeJsonArray
Descripción
Deserializa una cadena de matriz JSON a un objeto JArray .
Compatibilidad de proyectos
Windows - Heredado | Windows | Multiplataforma
Configuración multiplataforma
- 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']".
Opciones avanzadas
Salida
- Matriz JSON : la matriz JSON deserializada, como una variable
Newtonsoft.Json.Linq.JArray. Para obtener más información sobre los objetosNewtonsoft.Json.Linq.JArray, ve aquí.
Windows (heredado), configuración de Windows
Panel de propiedades
Común
- Nombre para mostrar: el nombre para mostrar de la actividad.
Entrada
- 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']".
Otros
- Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
- Matriz JSON : la matriz JSON deserializada, como una variable
Newtonsoft.Json.Linq.JArray. Para obtener más información sobre los objetosNewtonsoft.Json.Linq.JArray, ve aquí.