simple_deserialize


Description:

[ Version ( since = "7.5" ) ]
public static inline Dict<Value?> simple_deserialize (string json, string[]? sub_members = null, Settings? settings = null) throws Error

deserialize without manual Json instance creation

Parameters:

json

Json string

sub_members

Sub members to 'steps'

settings

Settings

Returns:

Deserialized object

Exceptions:

Serialize.Error

Error with json or sub_members