String to Json Array
Purpose
Deserializes the JSON array string to a JArray Object.
Description
The component has been designed to deserialize the JSON array string or a variable containing JSON array string content into JArray object.
As shown in the above example, the JSON array string is passed in the String property and the returned output is stored in the jarray variable which is of JArray type.
Properties
Property |
Data Type |
Description |
General |
|
|
Display Name |
String |
Display name of the component. |
Input |
|
|
String * |
String |
JSON Array string to be deserialized. |
Output |
|
|
Json Object Array * |
Newtonsoft.Json.Linq.JArray |
Variable to store the deserialized JSON Array string. |
Note: The property names marked with * sign are the mandatory properties. |