Skip to content

Commit 44dcd53

Browse files
authored
Add networknt/json-schema-validator to validator-libraries-modern.yml
1 parent fec0d59 commit 44dcd53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
notes: includes custom validator support, rich error returns
104104
- name: Java
105105
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
106112
- name: Snow
107113
url: https://github.com/ssilverman/snowy-json
108114
notes: Uses Maven for the project and Gson under the hood.

0 commit comments

Comments
 (0)