matthewcheok / JSONCodable

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

Refactor Array extension #48

Closed ChrisGriffiths closed 7 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

xmkevinchen commented 8 years ago

Kind of curious how to replicate it?

Nadohs commented 7 years ago

is this branch obsolete?