matthewcheok / JSONCodable

Hassle-free JSON encoding and decoding in Swift
MIT License
602 stars 66 forks source link

Adding ability to serialize properties from superclasses #44

Closed andyast closed 8 years ago

andyast commented 8 years ago

When using JSONCodable I found that it was not including properties from superclasses. This solves that problem.

matthewcheok commented 8 years ago

Looks good!