[ Version ( since = "7.0" ) ]
public static inline Dict<Value?> simple_deserialize (string json, string[]? sub_members = null, Settings? settings = null) throws JsonError
deserialize without manual Jsoner instance creation
| json |
Json string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
|
Deserialized object |
| JsonError |
Error with json or sub_members |