simple_dict_from_json_async


Description:

public static async HashMap<string,T> simple_dict_from_json_async<T> (string json, string[]? sub_members = null, Case names_case = AUTO, SubCollectionCreationFunc? sub_creation_func = null) throws JsonError

Asynchronous version of method simple_dict_from_json_async

Parameters:

json

Json string

sub_members

Sub members to 'steps'

names_case

Case of names in json

sub_creation_func

Function for creating collection objects with generics

Returns:

Deserialized dict

Exceptions:

JsonError

Error with json or sub_members

Since:

3.1