JSONExport - JSON to Model

JSONExport - JSON to Model

4.0 ยท 0 ratings
2.99 USD Download from Mac App Store
v1.0.1 ยท Updated 2 months ago ยท 0 Bytes ยท Released Nov 2020

How do you feel about this app?

Key Features

๐Ÿ“ค Export & Share
๐Ÿ–จ๏ธ Print Support
๐Ÿ’ป Code Editor
โš™๏ธ Automation / Macros
JSONExport - JSON to Model

About JSONExport - JSON to Model

SwiftyJSON is a Swift Models (struct or class) generation tool , given JSON to format and generate models , so that it is easy to manage and share between multiple models . The generated model relies on Swifts built-in Codeable feature that makes encoding and decoding objects a thing of the past. The variable properties are automatically determined to be optional based on the JSON object array, and you can also set them to be optional or non-optional. Format JSON with pretty printed Plist source code (XML) is also supported.