Get Array From JSON By Name
- 11 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Array From JSON By Name
- Updated on 11 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > JSON |
Get Array From Json By Name is used to obtain a String Array from a body of JSON formatted text. The step does this by locating the user-defined Array Name within the Json Text and outputting that array.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Array Name | Name of the array within the Json Text | String |
Json Text | Json Text to retrieve an array from. | String |
Outputs
Property | Description | Data Type |
---|---|---|
GetArrayFromJsonByName1_Output | --- | --- |
Related Information
Articles:
Creating Types From JSON Schema
Example Labs:
JSON Deserialization
Forum Posts:
Remove Done From The JSON Output
Was this article helpful?