### Codable 协议 - [Encoding and Decoding Custom Types | Apple Developer Documentation](https://developer.apple.com/documentation/foundation/archives_and_serialization/encoding_and_decoding_custom_types) - [JSON Parsing in Swift explained with code examples](https://www.avanderlee.com/swift/json-parsing-decoding/) - [Swift 4 踩坑之 Codable 协议](https://me.harley-xk.studio/posts/201706281716) ### 开源框架 - [alibaba/HandyJSON](https://github.com/alibaba/HandyJSON) - [tristanhimmelman/ObjectMapper](https://github.com/tristanhimmelman/ObjectMapper) - [SwiftyJSON/SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
Codable 协议
开源框架