SwiftyJSONAccelerator icon indicating copy to clipboard operation
SwiftyJSONAccelerator copied to clipboard

macOS app to generate Swift 5 code for models from JSON (with Codeable)

Results 23 SwiftyJSONAccelerator issues
Sort by recently updated
recently updated
newest added

Hi @insanoid First of all, thank you for this awesome tool. I am using light mode on my mac and I am not able to view the JSON that I...

Hacktoberfest

Hello. Thank you for SwiftyJSONAccelerator. Add `useVarInsteadOfLet` because someone prefers to use `let` in generated files. Rename `variablesOptionalCheckbox` to `propertiesOptionalCheckbox`.

Nice tool. Can we use custom template / formatter to generate code? Thanks

Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.7.5 to 1.10.2. Release notes Sourced from cocoapods's releases. 1.10.1 Enhancements None. Bug Fixes Fix library name in LD -l flags for XCFrameworks containing libraries Wes Campaigne...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

if a key is named "**private**" `case private` should be created as ``case `private` ``.

Hacktoberfest

![](https://github.com/cntrump/pics/raw/master/SwiftyJSONAccelerator/light.png) ![](https://github.com/cntrump/pics/raw/master/SwiftyJSONAccelerator/dark.png)

fixes #118 Handle keyword "private" - I've extended this to all swift keywords. Note that my solution did involve removing the old `replaceKeywords` method which would append `Property`, and instead...

Adds UI+config option for setting Access Control for objects and properties. Selecting `internal` produces exact same results as before. Resolves #117.