Uses of Package
jsonvalues

Packages that use jsonvalues
Package
Description
 
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
 
 
  • Classes in jsonvalues used by com.dslplatform.json
    Class
    Description
    Represents a json array, which is an ordered list of elements.
    Represents an immutable json number.
    Represents a json object, which is an unordered set of name/element pairs.
    Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.
    Represents a json element of any type.
  • Classes in jsonvalues used by jsonvalues
    Class
    Description
    represents the index of a value in a json array.
    Represents a json array, which is an ordered list of elements.
    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, which a valid json value.
    Represents an immutable json number.
    Represents a json object, which is an unordered set of name/element pairs.
    Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.
    represents all the lenses defined for a Json array
    represents all the optics defined for a Json array
    represents all the S defined for a Json array
    represents all the lenses defined for a Json object
    represents all the optics defined for a Json object
    represents all the S defined for a Json object
    Represents the full path location of an element in a json.
     
    Represents an immutable json string.
    Represents a json element of any type.
    represents the key of a value in a json object
    Represents 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.gen
    Class
    Description
    Represents a json array, which is an ordered list of elements.
    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 a json object, which is an unordered set of name/element pairs.
    Represents an immutable json string.
    Represents a json element of any type.
  • Classes in jsonvalues used by jsonvalues.spec
    Class
    Description
    Represents a json array, which is an ordered list of elements.
    Represents an immutable json number.
    Represents a json object, which is an unordered set of name/element pairs.
    Represents the full path location of an element in a json.
    Represents a json element of any type.