ObjectDecoder 0.3.0

ObjectDecoder 0.3.0

Maintained by Lucas Best.



ObjectDecoder

Version License Platform

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.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

ObjectDecoder is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ObjectDecoder'

Author

Lucas Best, [email protected]

License

ObjectDecoder is available under the MIT license. See the LICENSE file for more info.