simple_dict_from_json


Description:

public static Dict<T> simple_dict_from_json<T> (string json, string[]? sub_members = null, Settings? settings = null, CollectionFactory[] collection_hierarchy = new CollectionFactory[0] {}) throws Error

Dict creation method from json via DictSupport.deserialize_dict Simple version for fast deserialization without manual JsonWorker 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:

Serialize.Error

Error with json or sub_members