ActivitiesProgrammingJSONDeserialize JSON ArrayOn this pageDeserialize JSON ArrayDeserializes a retrieved JSON string to JArray. Input JSON String: The JSON string to be deserialized Type: System.String Required Output JArray Result: The JArray name resulting from deserialization. Type: Newtonsoft.Json.Linq.JArray Required