This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > JSON Schema Software</ title >
4
4
< link href ="style/css/green-theme.css " rel ="stylesheet ">
5
- < link rel ="stylesheet " href ="style/css/json-highlight.css "> </ link >
5
+ < link rel ="stylesheet " href ="style/css/json-highlight.css ">
6
6
< script type ="text/javascript ">
7
7
var _gaq = _gaq || [ ] ;
8
8
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js' ;
@@ -91,7 +91,7 @@ <h3>PHP</h3>
91
91
< li > < a id ="link-impl-jsv4-php " href ="https://github.com/geraintluff/jsv4-php "> jsv4-php</ a > - < em > supports version 4</ em > (Public Domain / MIT)</ li >
92
92
< li > < a id ="link-impl-php-json-schema " href ="https://github.com/hasbridge/php-json-schema "> php-json-schema</ a > (MIT)</ li >
93
93
< li > < a id ="link-impl-json-schema " href ="https://github.com/justinrainbow/json-schema "> json-schema</ a > (Berkeley)</ li >
94
- < li > < a id ="link-impl-jvalidator " href ="https://github.com/brainly/jvalidator "> jvalidator</ a > </ a > (BSD3)</ li >
94
+ < li > < a id ="link-impl-jvalidator " href ="https://github.com/brainly/jvalidator "> jvalidator</ a > (BSD3)</ li >
95
95
</ ul >
96
96
97
97
< h3 > .NET</ h3 >
@@ -161,6 +161,11 @@ <h3>Python</h3>
161
161
< ul >
162
162
< li > < a id ="link-impl-jsl " href ="https://github.com/aromanovich/jsl "> JSL</ a > (BSD) - a Python DSL for defining JSON Schemas</ li >
163
163
</ ul >
164
+
165
+ < h3 > Java</ h3 >
166
+ < ul >
167
+ < li > < a id ="link-impl-java " href ="https://github.com/FasterXML/jackson-module-jsonSchema "> Jackson JSON Schema Module</ a > - (Apache 2.0)</ li >
168
+ </ ul >
164
169
</ div >
165
170
166
171
< div class ="show-hide " data-target ="parsing-list "> </ div >
You can’t perform that action at this time.
0 commit comments