[ Version ( since = "7.5" ) ]
public static inline async Array<T> simple_array_from_json_async<T> (string json, string[]? sub_members = null, Settings? settings = null) throws Error
Asynchronous version of method simple_array_from_json
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
|
Deserialized array |
| Serialize.Error |
Error with json or sub_members |