Enumeration (GI Enum)

Json-1.0JsonNodeType

Indicates the content of a node.

Index
ARRAY: 1

The node contains a JSON array

NULL: 3

Special type, for nodes containing null

OBJECT: 0

The node contains a JSON object

VALUE: 2

The node contains a fundamental type

Variables

$gtype