ModelRocket v1.3 Release Notes
Release Date: 2016-04-04 // almost 9 years ago-
โ Added
- ๐ Swift 2.2 support!
Previous changes from v1.2.4
-
โ Added
- RawRepresentable conformance to
JSON
- This includes a failable initializer with a single AnyObject argument and a compute property named
rawValue
of type AnyObject
- This includes a failable initializer with a single AnyObject argument and a compute property named
Function for converting a
JSON
object back to raw NSDatado { let data = try json.rawData(.PrettyPrinted) // do something with data} catch let error = JSON.DataError {}catch {}
- RawRepresentable conformance to