simple_dict_from_json


Description:

[ Version ( since = "6.0" ) ]
public static inline Dict<T> simple_dict_from_json<T> (string json, string[]? sub_members = null, Settings? settings = null, CollectionFactory[] collection_hierarchy = new CollectionFactory[0] {}) throws JsonError

Dict creation method from json via Jsoner.deserialize_dict Simple version for fast deserialization without manual Jsoner instance creation

Parameters:

json

Json string

sub_members

Sub members to 'steps'

settings

Settings

collection_hierarchy

Objects for creating collection objects with generics

Returns:

Deserialized dict

Exceptions:

JsonError

Error with json or sub_members