Jsoner.from_data


Description:

[ Version ( since = "6.0" ) ]
public Jsoner.from_data (owned uint8[] data, string[]? sub_members = null, Settings? settings = null) 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

settings

Settings

Exceptions:

JsonError

Error with json or sub_members