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

v2.0 Beta 1: Nightmare on Arizona Ave

Pre-release
Pre-release
Compare
Choose a tag to compare
@zwaldowski zwaldowski released this 17 Dec 22:56

Freddy 2.0 is a rewrite and rename of BNRSwiftJSON 1.x.

  • Revamped to use Swift 2 error handling (#24, #50)
    • Removes dependency on Result framework
  • Give JSONParser a public API
    • Makes JSONParser safe to use between scopes (#50)
  • Allows creating a JSON instance with a cast-like initializer, such as JSON(5) (#45)