This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
2.0: Freddy vs. JSON
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 aString
(#87) - Validate the encoding of a JSON stream before parsing (#108)