Top 6 Swift Decoder Projects
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Can you try IkigaJSON? It's designed to handle large files more reliably. Parsing a huge 500MB blob in one go will always end up running you into a bunch of memory overhead. But IkigaJSON scales more efficiently than both Apple and Linux Foundation.
-
-
-
DynamicCodableKit
Implement dynamic JSON decoding within the constraints of Swift's sound type system by working on top of Swift's Codable implementations.
Project mention: Making decoding dynamic JSON in swift much simpler | reddit.com/r/swift | 2022-07-06Built this project to make dynamic data decoding in swift to be simpler and with minimal boiler-plate, let me know if you find this useful: https://github.com/SwiftyLab/DynamicCodableKit
Index
What are some of the best open-source Decoder projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | XMLCoder | 677 |
2 | CodableCSV | 376 |
3 | IkigaJSON | 342 |
4 | JAYSON | 251 |
5 | Mappable | 27 |
6 | DynamicCodableKit | 17 |