|
1 | 1 | <p align="center"> |
2 | 2 | <img src="https://github.com/intsig171/SmartCodable/assets/87351449/89de27ac-1760-42ee-a680-4811a043c8b1" alt="SmartCodable" title="SmartCodable" width="500"/> |
3 | 3 | </p> |
4 | | -<h1 align="center">SmartCodable - Resilient & Flexible Codable for Swift</h1> |
| 4 | +<h1 align="center">SmartCodable - Resilient & Flexible Codable for Swift </h1> |
5 | 5 |
|
6 | 6 | <p align="center"> |
| 7 | +<a href="https://github.com/iAmMccc/SmartCodable/blob/main/README_CN.md"> |
| 8 | + <img src="https://img.shields.io/badge/中文-可用-brightgreen.svg" alt="中文文档"> |
| 9 | +</a> |
7 | 10 | <a href="https://github.com/iAmMccc/SmartCodable/releases"> |
8 | 11 | <img src="https://img.shields.io/github/v/release/iAmMccc/SmartCodable?color=blue&label=version" alt="Latest Release"> |
9 | 12 | </a> |
10 | | -<a href="https://www.apple.com/swift/"> |
11 | | - <img src="https://img.shields.io/badge/platform-iOS%2FmacOS%2FtvOS%2FwatchOS-blue.svg" alt="Platform Support"> |
12 | | -</a> |
| 13 | +<a href="https://swift.org/"> |
| 14 | + <img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+"> |
13 | 15 | </a> |
14 | 16 | <a href="https://github.com/iAmMccc/SmartCodable/wiki"> |
15 | 17 | <img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation"> |
16 | 18 | </a> |
17 | 19 | <a href="https://swift.org/package-manager/"> |
18 | 20 | <img src="https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat" alt="SPM Supported"> |
19 | 21 | </a> |
20 | | -<a href="https://swift.org/"> |
21 | | - <img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+"> |
22 | | -</a> |
23 | 22 | <a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE"> |
24 | 23 | <img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License"> |
25 | 24 | </a> |
|
28 | 27 | </a> |
29 | 28 | </p> |
30 | 29 |
|
31 | | -### English | [中文](https://github.com/iAmMccc/SmartCodable/blob/main/README_CN.md) | [💖Contributing💖](https://github.com/iAmMccc/SmartCodable/blob/main/Contributing/ContributingList.md) |
32 | | - |
33 | | -**SmartCodable** redefines Swift data parsing by enhancing Apple's native `Codable` with production-ready resilience and flexibility. |
| 30 | +**SmartCodable** redefines Swift data parsing by enhancing Apple's native Codable with production-ready resilience and flexibility. It provides seamless support for default values, nested flattening, and ignored properties, reducing boilerplate while increasing reliability. |
34 | 31 |
|
35 | 32 | ## Features |
36 | 33 |
|
|
0 commit comments