Skip to content

Functionality & FAQ & Readme

Compare
Choose a tag to compare
@danieltmbr danieltmbr released this 01 Feb 13:30
· 18 commits to master since this release

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