[ Version ( since = "7.5" ) ]
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 Error
Array creation method from json via Json.deserialize_array Simple version for fast deserialization without manual
Json instance creation
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
| collection_hierarchy |
Objects for creating collection objects with generics |
|
Deserialized array |
| Serialize.Error |
Error with json or sub_members |