Deep-codable Alternatives
Similar projects and alternatives to deep-codable
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
PropertyWrappedCodable
Nice syntax for defaults and custom keys with Codable using Property Wrappers and Mirror.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
slack-message-client
Slack message generator and API client, written in Swift with Result Builders and Concurrency
-
SmartCodable
SmartCodable is a data parsing library based on Codable. It is simple to use, with robust compatibility being one of its main features. SmartCodable 是基于Codable实现的数据解析库。简单易用,强悍的兼容性是SmartCodable的主要特点。 表层API和功能几乎和HandyJSON一致,支持快速的迁移。
deep-codable discussion
deep-codable reviews and mentions
-
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
Stats
MPLew-is/deep-codable is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of deep-codable is Swift.