From 32598357b8eb2d3d7f8dd23d43168c5512e57798 Mon Sep 17 00:00:00 2001 From: Chandan Karmakar Date: Fri, 17 Apr 2020 04:19:01 +0530 Subject: [PATCH] Added new mac app for JSON to model class generator (#538) Co-authored-by: Chandan Karmakar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 0dfde7f..491b58c 100644 --- a/applications.json +++ b/applications.json @@ -2122,6 +2122,22 @@ "swift" ] }, + { + "short_description": "Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ", + "categories": [ + "json-parsing" + ], + "repo_url": "https://github.com/chanonly123/Json-Model-Generator", + "title": "JSON to Model class", + "icon_url": "", + "screenshots": [ + "https://github.com/chanonly123/Json-Model-Generator/raw/master/demo1.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Simple macOS app for uploading files to Amazon Web Services. ", "categories": [