bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 119 forks source link

Swift3: Don’t cast Bool to AnyObject when serializing JSON, instead initialize an NSNumber #193

Closed alexsporn closed 8 years ago

alexsporn commented 8 years ago

See rdar://27922204 (https://openradar.appspot.com/27922204)

This fixed the 2 failing Tests