Releases: danieltmbr/JsonCodeGenerator
Releases · danieltmbr/JsonCodeGenerator
JSON Code Generator
- Whole new design
- Updated generated output to Swift 4 Codable protocol
- Copy to clipboard
- Responsive design
- Name your root object and add prefix & postfix to the generated structs
- Recognise URLs and Dates by a given format
- Declare properties as constants or variables (let or var)
- Declare number types according to the JSON value (dynamic or always double)
Functionality & FAQ & Readme
Features of first release:
- JSON verification
- Recognize Int, Double, String, Bool, Date (by a given format) Array (even empty array), custom object
- Create classes recursively
- Define class properties, declare init(json) & collection(json) functions
- Generate NSDate extension with optional initializer for the given format
- Give you the freedom of changing between let/var & int/double
- Responsive layout
- Nice colored output
- FAQ (contains protocol implementations, Alamofire extension with corresponding Requesti mplementation, ErrorDTO implementation)
- Readme
Basic functions
Features of first release:
- JSON verification
- Recognize Int, Double, String, Bool, Date (by a given format) Array (even empty array), custom object
- Create classes recursively
- Define class properties, declare init(json) & collection(json) functions
- Generate NSDate extension with optional initializer for the given format
- Give you the freedom of changing between let/var & int/double
- Responsive layout
- Nice colored output