Module json_values

Package jsonvalues


package 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 an immutable JSON object.
     
    Json<T extends Json<T>>
    Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.
    represents optics defined for json objects and arrays
    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.