Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
doc: added archiving note
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt authored Jan 11, 2024
1 parent 29d0b44 commit 3e4b41a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
[![codecov](https://codecov.io/gh/SwiftyLab/DynamicCodableKit/branch/main/graph/badge.svg?token=QIM4SKWNCS)](https://codecov.io/gh/SwiftyLab/DynamicCodableKit)
<!-- [![CodeQL](https://github.com/SwiftyLab/DynamicCodableKit/actions/workflows/codeql-analysis.yml/badge.svg?event=schedule)](https://github.com/SwiftyLab/DynamicCodableKit/actions/workflows/codeql-analysis.yml) -->

> [!IMPORTANT]
**DynamicCodableKit** no longer actively developped, migrate to [**MetaCodable**](https://github.com/SwiftyLab/MetaCodable) instead

**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.

The data types, protocols, and property wrappers defined by **DynamicCodableKit** can be used to provide dynamic decoding functionality to swift's `Decodable` types.
Expand Down Expand Up @@ -125,4 +128,4 @@ or open a [pull request](https://github.com/SwiftyLab/DynamicCodableKit/pulls).

## License

`DynamicCodableKit` is released under the MIT license. [See LICENSE](LICENSE) for details.
`DynamicCodableKit` is released under the MIT license. [See LICENSE](LICENSE) for details.

0 comments on commit 3e4b41a

Please sign in to comment.