Class
FwupdJsonParser
Description [src]
final class Fwupd.JsonParser : GObject.Object
{
/* No available fields */
}
A streaming tokenizer JSON parser that is resistant to malicious input.
One item of note is that most of the JSON string methods actually return a GRefString — which
can be used to avoid lots of tiny memory allocation when parsing JSON into other objects.
See also: FwupdJsonArray FwupdJsonObject FwupdJsonNode.
Instance methods
fwupd_json_parser_set_max_items
Sets the maximum number of items in an array or object.
since: 2.1.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.