[ CCode ( type_id = "fwupd_json_parser_get_type ()" ) ]
public class JsonParser : Object
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 RefString -- which can be used to avoid lots of tiny memory allocation when parsing JSON into other objects.
See also: [struct@FwupdJsonArray] [struct@FwupdJsonObject] [struct@FwupdJsonNode]