Jsoner.from_data


Description:

public Jsoner.from_data (uint8[] data, string[]? sub_members = null, Case names_case = AUTO) throws JsonError

Performs initialization for deserialization. Accepts a json string in the form of bytes, an uint8 array. In case of a parsing error

Parameters:

data

Json string in the form of bytes, uint8 array

sub_members

An array of names of json elements that need to be traversed to the target node

names_case

Name case of element names in a json string

Exceptions:

JsonError

Error with json or sub_members