Fwupd.JsonArray – fwupd Reference Manual
Packages
fwupd
Fwupd
JsonArray
add_array
add_bytes
add_node
add_object
add_raw
add_string
get_size
to_string
JsonArray
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
public
class
JsonArray
A JSON array.
See also: [struct@FwupdJsonObject] [struct@FwupdJsonNode]
Namespace:
Fwupd
Package:
fwupd
Content:
Methods:
public
void
add_array
(
JsonArray
json_arr)
Adds a different array to a JSON array.
public
void
add_bytes
(
Bytes
value)
Adds bytes to a JSON array.
public
void
add_node
(
JsonNode
json_node)
Adds a node to a JSON array.
public
void
add_object
(
JsonObject
json_obj)
Adds an object to a JSON array.
public
void
add_raw
(
string
value)
Adds a raw value to a JSON array.
public
void
add_string
(
string
value)
Adds a string to a JSON array.
public
uint
get_size
()
Gets the size of the JSON array.
public
StringBuilder
to_string
(
JsonExportFlags
flags)
Converts the JSON array to a string representation.