Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.83 KB

License LGPLv3 License ASL 2.0 Build Status Maven Central

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.