matthewcheok / JSONCodable

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

Explicitly coerce to Any (eliminate Swift 3.0.1 compiler warning) #57

Closed sibljon closed 8 years ago

sibljon commented 8 years ago

This should be no change in behavior, and eliminates a warning emitted by the Swift 3.0.1 compiler (in Xcode 8, beta 3)

screen shot 2016-10-21 at 4 44 46 pm