Package com.github.tnakamot.json.value

This package provides classes to represent JSON values in Java based on RFC 8259. All value types (object, array, number, string, boolean and null) are supported.

The key class is JSONValue. This is a root class of other classes that represent various types of JSON values. Actual representation of JSON values is achieved by subclasses of JSONValue.

See Also:
RFC 8259