[ Version ( since = "6.0" ) ]
public static inline Array<T> simple_array_from_json<T> (string json, string[]? sub_members = null, Settings? settings = null, CollectionFactory[] collection_hierarchy = new CollectionFactory[0] {}) throws JsonError
Array creation method from json via Jsoner.deserialize_array 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 array |
| JsonError |
Error with json or sub_members |