From e2f521738641c982182a5edfaf4cb139b34960f5 Mon Sep 17 00:00:00 2001 From: Chandan Karmakar Date: Tue, 31 Mar 2020 00:19:07 +0530 Subject: [PATCH] Update readme, added JSON to model struct generator link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 718629d8..63c15abf 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,8 @@ Note: Generating a JSON string of a Realm Object using ObjectMappers' `toJSON` f - [Json4Swift - Supports generating `ImmutableMappable` structs online (no plugins needed)](http://www.json4swift.com) +- [JSON to Model - Template based MacOS app which generates structs with customisation.](https://github.com/chanonly123/Json-Model-Generator) [⬇️Download App](https://github.com/chanonly123/Json-Model-Generator/raw/master/JsonToModel.zip) + If you have a project that utilizes, extends or provides tooling for ObjectMapper, please submit a PR with a link to your project in this section of the README. # To Do