Package-level declarations
A convenient JSON framework built on top of org.json classes.
Types
Link copied to clipboard
                  Thrown when a JsonValue is unable to wrap an object or unable to parse a JSON encoded String.
Link copied to clipboard
                  An immutable list of JsonValues.
Link copied to clipboard
                  An immutable mapping of String keys to JsonValues.
Link copied to clipboard
                  Class representing the leaf node of a JsonPredicate that contains the relevant field matching info.
Link copied to clipboard
                  Class abstracting a JSON predicate.
Link copied to clipboard
                  interface JsonSerializable
Interface for classes whose instances can be written as a JsonValue.
Link copied to clipboard
                  A JsonValue is a representation of any value that can be described using JSON.
Link copied to clipboard
                  Class representing the field matching type and values contained in a JsonMatcher.