Struct
FwupdJsonNode
Description [src]
struct FwupdJsonNode {
/* No available fields */
}
A JSON node.
Nodes are lazy-parsed, and can either be an “object”, an “array”, a “string” or “raw” — the latter which can be parsed as a float, integer, or boolean.
See also: FwupdJsonArray FwupdJsonObject.