Skip to content

Commit bdb809c

Browse files
committed
Add jsonschemavalidator.net implementation
1 parent ffc2275 commit bdb809c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

implementations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ <h3>Python</h3>
6666
<li><a id="link-impl-johnoone-json-spec" href="https://github.com/johnnoone/json-spec">json-spec</a> cli and python library - <em>supports version 3 and 4</em> (BSD)</li>
6767
</ul>
6868

69+
<h3>Online (web tool)</h3>
70+
<ul>
71+
<li><a href="http://www.jsonschemavalidator.net/">jsonschemavalidator.net</a> - interactive online schema validator - <em>supports version 3 and 4</em></li>
72+
</ul>
73+
6974
<h3>Ruby</h3>
7075
<ul>
7176
<li><a id="link-impl-ruby-jsonchema" href="https://github.com/Constellation/ruby-jsonchema">ruby-jsonschema</a> (MIT)</li>

0 commit comments

Comments
 (0)