[ Version ( since = "6.0" ) ]
public static inline Dict<T> simple_dict_from_json<T> (string json, string[]? sub_members = null, Settings? settings = null, CollectionFactory[] collection_hierarchy = new CollectionFactory[0] {}) throws JsonError
Dict creation method from json via Jsoner.deserialize_dict Simple version for fast deserialization without manual Jsoner instance creation
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
| collection_hierarchy |
Objects for creating collection objects with generics |
|
Deserialized dict |
| JsonError |
Error with json or sub_members |