simple_deserialize


Description:

[ 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

Parameters:

json

Json string

sub_members

Sub members to 'steps'

settings

Settings

Returns:

Deserialized object

Exceptions:

JsonError

Error with json or sub_members