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




