The function to be passed to json.array.Array.foreachElement.
Deserializes the contents of the passed json.node.Node into a GBoxed, for instance:
Serializes the passed GBoxed and stores it inside a json.node.Node, for instance:
The function to be passed to json.object.ObjectJson.foreachMember.
Json major version component (e.g. 1 if JSON_VERSION is "1.2.3")
Json micro version component (e.g. 3 if JSON_VERSION is "1.2.3")
Json minor version component (e.g. 2 if JSON_VERSION is "1.2.3")
The version of JSON-GLib, encoded as a string, useful for printing and concatenation.