Method

FwupdJsonNodeget_object

since: 2.1.1

Declaration [src]

FwupdJsonObject*
fwupd_json_node_get_object (
  FwupdJsonNode* self
  GError** error
)

Description [src]

Gets the JSON object from a JSON node.

Available since: 2.1.1

This method is not directly available to language bindings.

Return value

Type: FwupdJsonObject

A FwupdJsonObject, or NULL if the node was the wrong kind.

The returned data is owned by the instance.