Uses of Package
jsonvalues
Packages that use jsonvalues
Package
Description
This package includes all the classes to represents, create and manipulate JSON
this package includes all the JSON generators
This package includes all the classes to define specs to validate and parse JSON
-
Classes in jsonvalues used by jsonvaluesClassDescriptionRepresents the index of a value in a JSON array.Represents an immutable and persistent JSON array.Type of arrays: SET, MULTISET or LIST.Represents an immutable JSON number of type BigDecimal.Represents an immutable JSON number of type BigInteger.Represents an array of bytes.Represents an immutable JSON boolean.Represents an immutable JSON number of type double.Represents an immutable instant.Represents an immutable JSON number of type integer.Represents an immutable JSON number of type long.It's a special JSON element that represents 'nothing'.Represents null.Represents an immutable JSON number.Represents an immutable and persistent JSON object.Represents any element in a JSON object which can be modeled with a key and the associated element.Represents an immutable and persistent JSON of type T, where T is the type of the container, either a JsObj or a JsArray.Contains all the lenses defined for a Json arrayContains all the optics defined for a Json arrayContains all the optionals defined for a Json arrayRepresents all the lenses defined for a Json objectContains all the optics defined for a Json objectContains all the optionals defined for a Json objectRepresents any element in a JSON which can be modeled with a path location the associated element.Represent an exception that is thrown while parsing an array of bytes or string into a JSON.Represents the full path location of an element in a json.Represents a JsValue that is not a container (JsObj or JsArray)Represents an immutable JSON string.Represents a json element of any type.Represents the key of a value in a JSON objectRepresents the location of a first-level element in a JSON, either a Key in a JsObj or an Index in a JsArray.Exception that models a programming error made by the user.
-
Classes in jsonvalues used by jsonvalues.genClassDescriptionRepresents an immutable and persistent JSON array.Represents an immutable JSON number of type BigDecimal.Represents an immutable JSON number of type BigInteger.Represents an array of bytes.Represents an immutable JSON boolean.Represents an immutable JSON number of type double.Represents an immutable instant.Represents an immutable JSON number of type integer.Represents an immutable JSON number of type long.Represents an immutable and persistent JSON object.Represents an immutable JSON string.Represents a json element of any type.
-
Classes in jsonvalues used by jsonvalues.specClassDescriptionRepresents an immutable and persistent JSON array.Represents an immutable JSON number.Represents an immutable and persistent JSON object.Represents an immutable and persistent JSON of type T, where T is the type of the container, either a JsObj or a JsArray.Represent an exception that is thrown while parsing an array of bytes or string into a JSON.Represents the full path location of an element in a json.Represent an exception that is thrown while serializing a JSON into an array of bytes.Represents a json element of any type.