Top 3 Swift json-parser Projects
-
Project mention: Best practices for parsing dynamic/unstructured JSON? | reddit.com/r/swift | 2022-08-26
Up until now, I've been using SwiftyJSON, although it appears to be unmaintained. Is there an equivalent alternative which functions similarly? Thanks in advance
-
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
-
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!
-
Swift json-parser related posts
Index
What are some of the best open-source json-parser projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | SwiftyJSON | 21,743 |
2 | DynamicCodableKit | 17 |
3 | RMHttp | 7 |