CA
Capstan/json-schema-processor-examples
Example JSON Schema related processors based on json-schema-core
Read me first
This project, as of version 0.7, is licensed under both LGPLv3 and ASL 2.0. See
file LICENSE for more details. Versions 0.6 and lower are licensed under LGPLv3
only.
Note the "L" in "LGPL". LGPL AND GPL ARE QUITE DIFFERENT!
What this is
This package contains sample demonstration processors based on json-schema-core.
List of processors
See the wiki for the list of processors, what software is used by each of them, etc.
Please note that at this moment, while all are functional, they are pretty basic.
Also note that as the time goes, some processors written in this package migrate to other,
dedicated packages.
Maven artifact
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-processor-examples</artifactId>
<version>your-version-here</version>
</dependency>Versions before 0.8.3 are available at groupId com.github.fge.