Module json_values

Package jsonvalues.spec


package jsonvalues.spec
This package includes all the classes to define specs to validate and parse JSON
  • Class
    Description
     
    Represents a specification of a JSON array
    Class to create JSON array parsers from specs
    Represents an error validating a value of a JSON
    Singleton instance to create JSON readers and writers to parse bytes into JSON and serialize JSON into bytes.
    Represents a specification of a Json object
    Class to create JSON object parsers from specs
    Object for processing JSON from byte[] and InputStream.