From 65dc04820f3e6bca5aa5f8eae2d159d7ff4e1eba Mon Sep 17 00:00:00 2001 From: Clemens Uhlenhut Date: Fri, 22 Jun 2018 10:53:53 +0200 Subject: [PATCH] Update for JSONBuddy 4.6 and support for draft 6 of JSON schema. --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 12ec8b09..d41528aa 100644 --- a/implementations.md +++ b/implementations.md @@ -248,7 +248,7 @@ _TODO: Sort by draft support._ - [Liquid XML Studio 2016](https://www.liquid-technologies.com/json-schema-editor) - *Graphical JSON schema editor for draft 4, context sensitive intellisense for JSON documents.* - [Visual Studio 2013](http://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4* -- [JSONBuddy](http://www.json-buddy.com/) - *Grid-style JSON editor and context sensitive entry-helpers based on JSON schema* +- [JSONBuddy](http://www.json-buddy.com/) - *Text and grid-style JSON editor and validator with context sensitive entry-helpers and sample data generation based on JSON schema. Support for draft 4 and draft 6.* - [ReSharper 2016.1](https://www.jetbrains.com/resharper/) - *code completion, inspections and quick fixes for JSON schema in Visual Studio 2010 - 2015, including support for JSON Path and regular expressions for schema editing* - [Visual Studio Code](https://code.visualstudio.com/) - *Schema driven code completion, hovers and validation for editing JSON files (including schemas)* - [JSONEditor Online](http://jsoneditoronline.org) - *View, edit, format, and validate JSON online*