在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:java-json-tools/json-schema-validator开源软件地址:https://github.com/java-json-tools/json-schema-validator开源编程语言:Java 99.9%开源软件介绍:Read me firstThe current version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version (2.0.x) was licensed under LGPL 3.0 (or later) only. Version 2.2 is out. See here for the list of changes compared to 2.0. And of course, it still has all the features of older versions. What this isThis is an implementation with complete validation support for the latest JSON Schema draft (v4, including hyperschema syntax support) and the previous draft (v3 -- no hyperschema support though). Its list of features would be too long to enumerate here; please refer to the links above! Should you wonder about it, this library is reported to work on Android. Starting with version 2.2.x, all APK conflicts have been resolved, so you can use this in this context as well. Google GroupThis project has a dedicated Google group. For any questions you have about this software package, feel free to post! The author (me) will try and respond in a timely manner. Testing onlineYou can test this library online; this web site is in a project of its own, which you can fork and run by yourself. Versions
Available downloadsGradle/mavenThis package is available on Maven central; the artifact is as follows: Gradle: dependencies {
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.14");
} Maven: <dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.14</version>
</dependency> "Full" jar; command lineOUTDATED: Let me know if you need this in the issues section. This jar contains the library plus all its dependencies. Download the lib jar (a little more than 6 MiB) from Bintray. Versioning scheme policyThe versioning scheme is defined by the middle digit of the version number:
Relevant documentsThis implementation is based on the following drafts:
More...For a detailed discussion of the implementation, see here. Please see the wiki for more details. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论