activities
latest
false
- Vue d'ensemble (Overview)
- Cryptographie
- Base de donnés
- Java
- Python
- APIweb
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
Activités du développeur.
UiPath.WebAPI.Activities.DeserializeJsonArray
Description
Désérialise la chaîne de tableau JSON en objet JArray.
Compatibilité du projet
Windows - Héritage | Windows | Multiplate-forme
Configuration multiplateforme
- 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']".
Options avancées
Sortie
- Tablea JSON - Le tableau JSON désérialisé, comme variable
Newtonsoft.Json.Linq.JArray. Pour plus d'informations sur les objetsNewtonsoft.Json.Linq.JArray, consultez cette page.
Windows - Héritage, configuration Windows
Panneau propriétés
Commun
- NomAffichage (DisplayName) - Nom affiché de l'activité.
Entrée
- 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']".
Divers
- Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).
Sortie
- Tablea JSON - Le tableau JSON désérialisé, comme variable
Newtonsoft.Json.Linq.JArray. Pour plus d'informations sur les objetsNewtonsoft.Json.Linq.JArray, consultez cette page.