[ Version ( since = "6.0" ) ]
public static inline async T simple_from_json_async<T> (string json, string[]? sub_members = null, Settings? settings = null) throws JsonError
Asynchronous version of method simple_from_json_async
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
|
Deserialized object |
| JsonError |
Error with json or sub_members |