Jsoner
Object Hierarchy:
Description:
public class Jsoner : Object
Json helper for de/serialization
Since:
0.1.0
Content:
Properties:
Static methods:
Creation methods:
- public Jsoner (string json_string, string[]? sub_members = null, Case names_case = AUTO) throws JsonError
Performs initialization for deserialization. Accepts a json string. In
case of a parsing error
- public Jsoner.from_bytes (Bytes bytes, string[]? sub_members = null, Case names_case = AUTO) throws JsonError
Performs initialization for deserialization. Accepts a json string in
the form of bytes, the object GLib.Bytes. In case of a parsing error
- 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
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref