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