Method ArrayListFromJson
ArrayListFromJson(string)
Convert string JSON into List of Objects.
Declaration
public static List<object> ArrayListFromJson(this string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | String JSON to convert. |
Returns
Type | Description |
---|---|
List<object> | List of Objects converted from string json. |