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.genClassDescriptionRepresents a specification of a JSON object, allowing you to define rules and constraints for validating JSON objects.
-
Classes in jsonvalues.spec used by jsonvalues.specClassDescriptionThe `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 arraySingleton 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.