Skip to content

Commit 454968f

Browse files
Adds link to json-schema-to-elm
1 parent 5180c3d commit 454968f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

implementations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ are the only keywords that changed.
180180
- [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
181181
- PHP
182182
- [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
183+
- Elm
184+
- [json-schema-to-elm](https://github.com/dragonwasrobot/json-schema-to-elm) - generates Elm types, JSON decoders+encoders, and fuzz tests from one or more JSON Schema files using [dragonwasrobot/json_schema](https://github.com/dragonwasrobot/json_schema)
183185

184186
#### Web UI generation
185187

@@ -251,7 +253,7 @@ the utility, and decided on a case-by-case basis.
251253
- Python
252254
- [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; creates [Hypothesis](https://hypothesis.works/) strategies for documents which match any schema, even with complex and interacting constraints.
253255
- [hypo\_schema](https://github.com/mlakewood/hypo_schema) (BSD-2-Clause) Creates generators for Hypothesis from JSON Schema
254-
256+
255257
#### Editors
256258

257259
_TODO: Sort by draft support._

0 commit comments

Comments
 (0)