simple_from_json


Description:

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

Object creation method from json via Jsoner.deserialize_object Simple version for fast deserialization without manual Jsoner instance creation

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