From 60a2cc7a37d8825c7662b55df399b1f1be2cf9bf Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Wed, 27 Apr 2022 18:50:40 +1200 Subject: [PATCH] add section for online playgrounds --- implementations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/implementations.md b/implementations.md index 87078a6f..669c5a19 100644 --- a/implementations.md +++ b/implementations.md @@ -206,6 +206,13 @@ Various levels of support for UI generation primarily from the validation vocabu - Java - [jsongenerator](https://github.com/jimblackler/jsongenerator) *JSON Schema 2019-09, draft-07, -06, -04, -03* (Apache-2.0) +Playgrounds +----------- + +- [jsonschema.dev](https://jsonschema.dev) - Draft 7, save and share +- [hyperjump](https://json-schema.hyperjump.io) - Drafts 4 - 2020-12, supports hyperschema +- [json-everything](https://json-everything.net/json-schema) - Drafts 6 - 2020-12 (with annotation support), sample data generation, runs .Net via WASM + Utilities ---------