get_object


Description:

public unowned Object? get_object ()

Retrieves the object stored inside a node.

It is a programmer error to call this on a node which doesn’t hold an object value. Use `JSON_NODE_HOLDS_OBJECT` first.

Parameters:

this

a node holding a JSON object

Returns:

the JSON object