Function

Jsonboxed_can_deserialize

since: 0.10

Declaration [src]

gboolean
json_boxed_can_deserialize (
  GType gboxed_type,
  JsonNodeType node_type
)

Description [src]

Checks whether it is possible to deserialize a GBoxed of type gboxed_type from a JsonNode of type node_type.

Available since: 0.10

Parameters

gboxed_type

Type: GType

A boxed type.

node_type

Type: JsonNodeType

A node type.

Return value

Type: gboolean

TRUE if the type can be deserialized, and FALSE otherwise.