All activity
nixzhu

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
CuteBaby: JSON Model Generator for Swift
Generate Swift models (struct or class) from a JSON string.