From 817cff832e140bca1b707c6ded1be895092a0cc8 Mon Sep 17 00:00:00 2001 From: Stephan Plath Date: Thu, 21 Sep 2017 14:37:02 +0200 Subject: [PATCH] added DJsonSchema entry --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index fa63b4f6..5143378c 100644 --- a/implementations.md +++ b/implementations.md @@ -110,6 +110,8 @@ Schema generation 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. - Haskell - [aeson-schema](https://github.com/timjb/aeson-schema) (MIT) - generates code for a parser - Ruby