JsonWorker


Description:

[ Version ( since = "7.5" ) ]
public JsonWorker (string json_string, string[]? sub_members = null, Settings? settings = null) throws Error

Performs initialization for deserialization. Accepts a json string. In case of a parsing error

Parameters:

json_string

Correct json string

sub_members

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

settings

Settings

Exceptions:

Serialize.Error

Error with json or sub_members