Skip to content

Releases: danieltmbr/JsonCodeGenerator

JSON Code Generator

15 Oct 22:25
Compare
Choose a tag to compare
  • 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

01 Feb 13:30
Compare
Choose a tag to compare

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

01 Feb 00:59
Compare
Choose a tag to compare
Basic functions Pre-release
Pre-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