Skip to content

Commit c4e9497

Browse files
committed
Merge pull request json-schema-org#159 from JamesNK/patch-2
Add jsonschemavalidator.net implementation
2 parents 4915502 + bdb809c commit c4e9497

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
@@ -67,6 +67,11 @@ <h3>Python</h3>
6767
<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>
6868
</ul>
6969

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

0 commit comments

Comments
 (0)