simple_from_json_async


Description:

public static async T simple_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_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 object

Exceptions:

JsonError

Error with json or sub_members

Since:

3.1