All activity
nixzhu
left a comment
Usually iOS Developers pay a lot of time to create models from JSON API, same for me.
So I need a tool which can help me to save the time. Unfortunately, there're not that kind of tool which fit me on Mac.
And I created one.
I wish you like it. 😀💕
CuteBaby: JSON Model Generator for Swift
Generate Swift models (struct or class) from a JSON string.
CuteBaby can generate Swift models (struct or class) from a JSON string.
It has some nice features to customize the models that it generated.
* It can infer property’s type from JSON such as String, Int, Double, URL and Date.
* It can handle nested JSON, it will generate nested models.
* It supports Codable from Swift 4.
* ...
CuteBaby: JSON Model Generator for Swift
Generate Swift models (struct or class) from a JSON string.