From 10de8004554fba8eba58810e4ce0d7cefd01aef2 Mon Sep 17 00:00:00 2001 From: Stephan Plath Date: Fri, 22 Sep 2017 09:46:31 +0200 Subject: [PATCH] added "jsonCodeGen" entry to "Data parsing" section --- implementations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 5143378c..a13396b2 100644 --- a/implementations.md +++ b/implementations.md @@ -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