From 664cfcb2a29e27ed7c8755ef811a86076bca67ce Mon Sep 17 00:00:00 2001 From: Meghdoot Dhameliya Date: Thu, 2 Aug 2018 20:44:24 +0530 Subject: [PATCH] Add jsoncafe.com Code generator tool to Code generation section --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 070031c4..74d93dae 100644 --- a/implementations.md +++ b/implementations.md @@ -175,6 +175,8 @@ are the only keywords that changed. - [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 - PHP - [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* +- Online free (web tool) + - [jsoncafe.com](http://www.jsoncafe.com/) - template driven code generator from JSON to Swift, C#, PHP, JAVA or any language. #### Web UI generation