We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec0d59 commit 44dcd53Copy full SHA for 44dcd53
_data/validator-libraries-modern.yml
@@ -103,6 +103,12 @@
103
notes: includes custom validator support, rich error returns
104
- name: Java
105
implementations:
106
+ - name: networknt/json-schema-validator
107
+ url: https://github.com/networknt/json-schema-validator
108
+ notes: Uses the Jackson to parse the JSON. Claims to be the fastest JSON Schema Validator.
109
+ date-draft: [2019-09]
110
+ draft: [4, 6, 7]
111
+ license: Apache License, Version 2.0
112
- name: Snow
113
url: https://github.com/ssilverman/snowy-json
114
notes: Uses Maven for the project and Gson under the hood.
0 commit comments