All Classes and Interfaces

Class
Description
The base reader class for file formats that generate a stream of JsonStream.Event objects.
A CBOR reader
A CBOR writer
A basic COSE class.
The JsonProvider implementation that provider the JSON-P (Jakarta374) implementation.
JSON (and now CBOR/Msgpack) implementation that tries to be simple, complete, fast and follow the principle ofi least surprise.
A JsonStream that can be used to build a Json object by calling JsonBuilder.build() when complete.
An event object which notifies a JsonListener of changes to a Json object.
A Factory interface that can be implemented to convert more complex types to/from Json if required.
An interface that can be implemented to monitor changes to the Json object tree.
A JSON reader
A processor interface for Json stream events, such as those generated by a file parser or by traversing an existing Json object to write it out.
The Events that are processed by a JsonStream
A JSON writer
The JsonProvider implementation that provider the JSON-P (JSR374) implementation.
A class representing a single "JSON Web Key", a JSON representation of an asymmetric key/keypair, or a symmetric key.
A trivial JWT (Json Web Token) implementation Supports all signature algorithms supported by JWK.
A Msgpack reader
A Msgpack writer
A Yaml reader, almost entirely based on the Tokenizer from the YamlBeans project.