TypeScript API Documentation for JSON-GLIB
API Version: 1.0
Library Version: 1.10.8
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 0.10
Checks whether it is possible to serialize a GBoxed of type gboxed_type into a Json.Node.
GBoxed
gboxed_type
The type of the node is placed inside node_type if the function returns TRUE, and it's undefined otherwise.
node_type
TRUE
a boxed type
TRUE if the type can be serialized, and FALSE otherwise
FALSE
0.10
Checks whether it is possible to serialize a
GBoxedof typegboxed_typeinto a Json.Node.The type of the node is placed inside
node_typeif the function returnsTRUE, and it's undefined otherwise.