Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit efe1515

Browse files
author
Phil Sturgeon
committed
online tools are not obsolete
1 parent 766d5c7 commit efe1515

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

obsolete-implementations.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ Validators
6060
</ul>
6161

6262

63-
64-
### Online
65-
66-
- [JSON Schema Lint](http://jsonschemalint.com/) - validate against your own schemas
67-
- [SchemaStore.org](http://schemastore.org/validator/) - validate against common JSON Schemas
68-
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
69-
7063
### Command Line
7164

7265
<!-- To add a validator library, add it in _data/validator-libraries-obsolete.yml -->
@@ -129,7 +122,7 @@ Hyper-Schema
129122
{% endfor %}
130123
</ul>
131124

132-
Schema generators
125+
Schema Generators
133126
-----------------
134127

135128
- Python
@@ -151,7 +144,7 @@ Generators from schemas
151144
- JavaScript
152145
- [json-schema-generator](https://github.com/json-schema-faker) (MIT) - JSON-Schema + fake data generators
153146

154-
Data parsing and code generation
147+
Data Parsing and Code Generation
155148
--------------------------------
156149

157150
- Delphi
@@ -168,9 +161,9 @@ Data parsing and code generation
168161
- Swift
169162
- [Bric-à-brac](https://github.com/glimpseio/BricBrac) (MIT) - generates idiomatic swift structs and parser/serializer from JSON schemas
170163
- Golang
171-
- [gojsonschema](https://github.com/andy-zhangtao/gojsonschema)(Apache 2.0) - golang package for generating golang struct *supports Draft 4*. [Demo](http://json.golang.chinazt.cc)
164+
- [gojsonschema](https://github.com/andy-zhangtao/gojsonschema)(Apache 2.0) - golang package for generating golang struct *support for Draft 4*. [Demo](http://json.golang.chinazt.cc)
172165

173-
UI generation
166+
UI Generation
174167
-------------
175168

176169
_TODO: Sort by draft support._

0 commit comments

Comments
 (0)