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

Commit 5943920

Browse files
committed
add yacg to implementations.md
1 parent 97336f8 commit 5943920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ are the only keywords that changed.
199199
- [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
200200
- PHP
201201
- [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*
202+
- Python
203+
- [yacg](https://github.com/OkieOth/yacg) (MIT) - parse JSON Schema and OpenApi files to build a meta model from them. This meta model can be used in Mako templates to generate source code, other schemas or plantUml.
202204
- Rust
203205
- [schemafy](https://github.com/Marwes/schemafy/) - generates Rust types and serialization code from a JSON schema. *supports Draft 4*
204206

0 commit comments

Comments
 (0)