from_json


Description:

[ Version ( deprecated = true , deprecated_since = "3.1" ) ]
public static T from_json<T> (string json, string[]? sub_members = null, Case names_case = AUTO) throws JsonError

Warning: from_json is deprecated since 3.1.

Object creation method from json via Jsoner.deserialize_object.

Use Jsoner.simple_from_json or Jsoner.simple_from_json_async instead

Exceptions:

JsonError

Error with json or sub_members