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

Commit 3e4b41a

Browse files
authored
doc: added archiving note
1 parent 29d0b44 commit 3e4b41a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[![codecov](https://codecov.io/gh/SwiftyLab/DynamicCodableKit/branch/main/graph/badge.svg?token=QIM4SKWNCS)](https://codecov.io/gh/SwiftyLab/DynamicCodableKit)
1212
<!-- [![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) -->
1313

14+
> [!IMPORTANT]
15+
**DynamicCodableKit** no longer actively developped, migrate to [**MetaCodable**](https://github.com/SwiftyLab/MetaCodable) instead
16+
1417
**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.
1518

1619
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).
125128

126129
## License
127130

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

Comments
 (0)