Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnapier/advanced-codable

Materials for Advanced Codable talk
https://github.com/rnapier/advanced-codable

Last synced: 2 days ago
JSON representation

Materials for Advanced Codable talk

Awesome Lists containing this project

README

        

# Advanced Codable

These are the materials and links from the Advanced Codable talk.

* [PDF of slides](Codable.pdf)
* [Playground filled with examples](Codable.playground)
* [RNAJSON - Async experiments](https://github.com/rnapier/RNAJSON)
* [RNJSON - Synchronous experiments](https://github.com/rnapier/RNJSON)
* [Sourcery](https://github.com/krzysztofzablocki/Sourcery)
* [quicktype](https://app.quicktype.io)
* [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation)
* [Darwin JSONCoder](https://github.com/apple/swift-corelibs-foundation/blob/main/Darwin/Foundation-swiftoverlay/JSONEncoder.swift)
* [Non-Darwin JSONCoder](https://github.com/apple/swift-corelibs-foundation/tree/main/Sources/Foundation) (Codable, JSONDecoder, JSONEncoder, JSONSerialization, JSONSerialization+Parser)