common API
Package
Description
This package contains an abstract base class and concrete subclasses that implement
a node that represents a null value,
nodes that contain instances of fundamental Java types (
boolean
, int
, long
,
double
and String
), and
nodes that contain other nodes (a list and a map).
This package provides a parser and a generator for JavaScript Object Notation (JSON).
This package contains
an interface that defines a node of a tree, and
a class containing utility methods that relate to a tree of such nodes.