Node.alloc

Allocates a new, uninitialized node.

Use json.node.Node.init_ and its variants to initialize the returned value.

class Node
static
alloc
()

Return Value

Type: json.node.Node

the newly allocated node