[ Version ( since = "7.5" ) ]
public static inline T simple_from_json<T> (string json, string[]? sub_members = null, Settings? settings = null) throws Error
Object creation method from json via Json.deserialize_object Simple version for fast deserialization without manual
Json instance creation
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
|
Deserialized object |
| Serialize.Error |
Error with json or sub_members |