activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
开发者活动
上次更新日期 2026年5月15日
UiPath.WebAPI.Activities.DeserializeJsonArray
描述
将 JSON 数组字符串反序列化为 JArray 对象。
项目兼容性
Windows - 旧版 | Windows | 跨平台
跨平台配置
- 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']".
高级选项
输出
- JSON 数组- 反序列化的 JSON 数组,作为
Newtonsoft.Json.Linq.JArray变量。有关Newtonsoft.Json.Linq.JArray对象的更多信息,请转到此处。
Windows - 旧版 Windows 配置
属性面板
常见
- “显示名称”- 活动的显示名称。
输入
- 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']".
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- JSON 数组- 反序列化的 JSON 数组,作为
Newtonsoft.Json.Linq.JArray变量。有关Newtonsoft.Json.Linq.JArray对象的更多信息,请转到此处。