Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 6bdfb70

Browse files
committed
add json-everything.net and jsonschema.dev to online validators
1 parent 5e852f9 commit 6bdfb70

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_data/validator-libraries-modern.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,24 @@
243243
implementations:
244244
- name: Hyperjump JSV
245245
url: https://json-schema.hyperjump.io
246-
date-draft: [2019-09]
246+
date-draft: [2019-09, 2020-12]
247247
draft: [7, 6, 4]
248248
notes: Supports multiple schemas and multiple instances
249+
- name: jsonschema.dev
250+
url: https://jsonschema.dev
251+
date-draft: [2019-09, 2020-12]
252+
draft: [7, 6, 4]
253+
notes: Powered by ajv; client-side validation
254+
- name: json-everything
255+
url: https://json-everything.net
256+
date-draft: [2019-09, 2020-12]
257+
draft: [7, 6]
258+
notes: Powered by JsonSchema.Net; server-side validation
249259
- name: JSON Schema Validator
250260
url: https://www.jsonschemavalidator.net/
251261
date-draft: [2019-09]
252262
draft: [7, 6, 4, 3]
263+
notes: Powered by JSON.Net; server-side validation
253264
- name: JSON Schema Lint
254265
url: http://jsonschemalint.com/
255266
date-draft:

0 commit comments

Comments
 (0)