matthewcheok / JSONCodable

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

Refactor Array extension #47

Closed ChrisGriffiths closed 8 years ago

ChrisGriffiths commented 8 years ago

Occasionally Array.toJson would crash on line 101 with a dynamicCast error. Removing the self.wrapped getter resolves the issue