Uses of Package
jsonvalues.spec

Packages that use jsonvalues.spec
Package
Description
This package contains a set of generators for creating JSON-like data structures using the `jsonvalues` library.
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications (specs) and parsers.
  • Classes in jsonvalues.spec used by jsonvalues.gen
    Class
    Description
    Represents a specification of a JSON object, allowing you to define rules and constraints for validating JSON objects.
  • Classes in jsonvalues.spec used by jsonvalues.spec
    Class
    Description
    The `ERROR_CODE` enum represents various error codes that can be associated with validation errors when using JSON value specifications (`JsSpecs`).
    Represents a specification of a JSON array
    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, allowing you to define rules and constraints for validating JSON objects.
    Object for processing JSON from byte[] and InputStream.
    The `JsSpec` interface represents a specification for validating JSON data structures.
    The `SpecError` class represents an error that occurs during the validation of a JSON value against a specification.