HollowCodable
Codable customized using property wrappers library for Swift. Replace the existing HandyJSON at project. 😤 (by yangKJ)
deep-codable
Encode and decode deeply-nested data into flat Swift objects (by MPLew-is)
HollowCodable | deep-codable | |
---|---|---|
1 | 2 | |
75 | 103 | |
- | 0.0% | |
7.8 | 3.2 | |
3 months ago | over 2 years ago | |
Swift | Swift | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
HollowCodable
Posts with mentions or reviews of HollowCodable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-03.
-
iOS The development tools
Encapsulation exception Handling KJExceptionDemo
deep-codable
Posts with mentions or reviews of deep-codable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-26.
-
DeepCodable: Encode and decode deeply-nested data into flat Swift objects
I recently built DeepCodable, a package to encode and decode arbitrarily-nested data into flat Swift structs, by defining the coding paths with a result builder. I personally have been wanting something like this for a long time when interacting with third-party APIs, so I decided to build it.
-
Creating a struct for an API call (JSON)
You might also want to take a look at MPLew-is’s DeepCodable here: https://github.com/MPLew-is/deep-codable
What are some alternatives?
When comparing HollowCodable and deep-codable you can also consider the following projects:
Bugsnag - BugSnag crash monitoring and reporting tool for Android apps
CodableX - Make Swift's Codable easier using Property Wrappers.
KJCategories - Collection of native ios extensions and classes to boost development process. Such as UIKit, Foundation, QuartzCore, Accelerate, OpenCV, CoreGraphics, os and more. 超实用开发加速工具库
AnyCodable - Type-erased wrappers for Encodable, Decodable, and Codable values
json - JSON written in Swift with Stream/Codable support
IkigaJSON - A high performance JSON library in Swift