ObjectDecoder 0.3.0

ObjectDecoder 0.3.0

Lucas Best 维护。



ObjectDecoder

Version License Platform

ObjectDecoder是一个Swift类,它允许解码常见的Swift类型,如字典和数组。使用对象解码器将符合Decodable的数据模型从基本结构转换为。

ObjectDecoder大量引用了来自Swift Foundation库的JSONDecoder

示例

要运行示例项目,首先克隆仓库,然后从Example目录运行pod install

安装

ObjectDecoder可通过CocoaPods获得。要安装它,只需将以下行添加到您的Podfile。

pod 'ObjectDecoder'

作者

Lucas Best,[email protected]

许可证

ObjectDecoder 适用于 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。