ObjectDecoder is a Swift Class that allows for decoding common Swift types such as Dictionary and Array. Use object decoder to convert data models that conform to Decodable from basic structures.
ObjectDecoder heavily references JSONDecoder from the Swift Foundation Library.
To run the example project, clone the repo, and run pod install
from the Example directory first.
ObjectDecoder is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ObjectDecoder'
Lucas Best, [email protected]
ObjectDecoder is available under the MIT license. See the LICENSE file for more info.