You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
**DynamicCodableKit** no longer actively developped, migrate to [**MetaCodable**](https://github.com/SwiftyLab/MetaCodable) instead
16
+
14
17
**DynamicCodableKit** helps you to implement dynamic JSON decoding within the constraints of Swift's sound type system by working on top of Swift's Codable implementations.
15
18
16
19
The data types, protocols, and property wrappers defined by **DynamicCodableKit** can be used to provide dynamic decoding functionality to swift's `Decodable` types.
@@ -125,4 +128,4 @@ or open a [pull request](https://github.com/SwiftyLab/DynamicCodableKit/pulls).
125
128
126
129
## License
127
130
128
-
`DynamicCodableKit` is released under the MIT license. [See LICENSE](LICENSE) for details.
131
+
`DynamicCodableKit` is released under the MIT license. [See LICENSE](LICENSE) for details.
0 commit comments