[ CCode ( cname = "json_node_alloc" , has_construct_function = false ) ]
[ Version ( since = "0.16" ) ]
public Node.alloc ()
Allocates a new, uninitialized node.
Use [[email protected]] and its variants to initialize the returned value.
the newly allocated node |