json-schema-validator 2.0.1 API

A JSON Schema validator implementation in Java which aims for correctness and performance, in that order

See: Description

Packages 
Package Description
com.github.fge.jsonschema.cfg
Validation processor configuration classes
com.github.fge.jsonschema.examples
API usage examples
com.github.fge.jsonschema.exceptions
Validation processing exceptions
com.github.fge.jsonschema.exceptions.unchecked
Validation processing configuration error exceptions (unchecked)
com.github.fge.jsonschema.format
Format attribute base classes
com.github.fge.jsonschema.format.common
Common format attribute classes for draft v3 and draft v4
com.github.fge.jsonschema.format.draftv3
Format attributes specific to draft v3
com.github.fge.jsonschema.format.draftv4
Format attributes specific to draft v4
com.github.fge.jsonschema.format.helpers
Helper classes for format attributes
com.github.fge.jsonschema.keyword
Keyword syntax checkers, digesters and validators
com.github.fge.jsonschema.keyword.digest
Keyword digesters
com.github.fge.jsonschema.keyword.digest.common
Digesters common to both draft v3 and draft v4
com.github.fge.jsonschema.keyword.digest.draftv3
Digesters specific to draft v3
com.github.fge.jsonschema.keyword.digest.draftv4
Digesters specific to draft v4
com.github.fge.jsonschema.keyword.digest.helpers
Digester helper classes
com.github.fge.jsonschema.keyword.validator
Keyword validators
com.github.fge.jsonschema.keyword.validator.common
Keyword validators common to both draft v3 and draft v4
com.github.fge.jsonschema.keyword.validator.draftv3
Keyword validators specific to draft v3
com.github.fge.jsonschema.keyword.validator.draftv4
Keyword validators specific to draft v4
com.github.fge.jsonschema.keyword.validator.helpers
Keyword validator helper classes
com.github.fge.jsonschema.library
Schema keyword libraries
com.github.fge.jsonschema.library.digest
Dictionaries of builtin Digesters
com.github.fge.jsonschema.library.format
Dictionaries of builtin FormatAttributes
com.github.fge.jsonschema.library.validator
Dictionaries of builtin KeywordValidator constructors
com.github.fge.jsonschema.main
Main interface to validation
com.github.fge.jsonschema.messages
Messages used by exceptions
com.github.fge.jsonschema.processors
Core validation processors
com.github.fge.jsonschema.processors.build
Keyword builder processor
com.github.fge.jsonschema.processors.data
Inputs and outputs used by validation processors
com.github.fge.jsonschema.processors.digest
Schema digester
com.github.fge.jsonschema.processors.format
Format attribute handler
com.github.fge.jsonschema.processors.ref
JSON Reference resolver
com.github.fge.jsonschema.processors.syntax  
com.github.fge.jsonschema.processors.validation
Main validation processors and utility classes

Copyright © 2013. All Rights Reserved.