Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rnapier/advanced-codable
- Owner: rnapier
- License: mit
- Created: 2022-08-29T14:15:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T20:34:03.000Z (about 2 years ago)
- Last Synced: 2023-03-22T19:07:21.126Z (over 1 year ago)
- Language: Swift
- Size: 4.27 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)