Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

2.0: Freddy vs. JSON

Compare
Choose a tag to compare
@zwaldowski zwaldowski released this 01 Feb 01:02
· 229 commits to master since this release

Freddy 2.0 is the first public release of a JSON parser and model decoder by your friends at Big Nerd Ranch. Read more.

Since 2.0.0b1:

  • Comprehensive documentation (#73, #81, #90, #91, #96, #109)
  • Made syntax ready for Swift 2.2 (#83)
  • Clean up and simplify the subscript methods (#84)
  • Adds a JSONEncodable protocol for going from models to JSON (#86)
  • Adds convenience methods to create JSON from a String (#87)
  • Validate the encoding of a JSON stream before parsing (#108)