Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ Data parsing
------------

- Delphi
- [DJsonSchema](https://github.com/schlothauer-wauer/DJsonSchema) (MIT) - Command line tool to generate Delphi classes which include boilerplate code to read and write JSON data.
- [DJsonSchema](https://github.com/schlothauer-wauer/DJsonSchema) (MIT) - JSON Schema reader and code generator for Delphi.
- Groovy
- [jsonCodeGen](https://github.com/schlothauer-wauer/jsoncodegen) (MIT) - Groovy based generation tasks from JSON schema. Already includes generators for Java Beans, Swagger specification files and PlantUML diagrams.
- Haskell
- [aeson-schema](https://github.com/timjb/aeson-schema) (MIT) - generates code for a parser
- Ruby
Expand Down