UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de desarrollador

Última actualización 21 de may. de 2026

Deserializar cadena JSON

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 objetos Newtonsoft.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 objetos Newtonsoft.Json.Linq.JArray , ve aquí.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado