Skip to content

Commit c39b556

Browse files
committed
2 parents a593427 + c0919ee commit c39b556

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Document/README/CompareWithHandyJSON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
| ④解码完成的回调 | 解析完成进一步处理数据 | ★★☆☆☆ | ☆☆☆☆☆ | 完全一样的调用方式,无需处理。 |
4747
| ⑤自定义解析Key | 忽略key的解析 & 自定义Key的映射关系 | ★★★☆☆ | ★★★☆☆ | 需要更改调用方式。 |
4848
| ⑥解析Any | 解析Any类型的数据。Any,[String: Any][Any] | ★☆☆☆☆ | ★☆☆☆☆ | 将Any替换为SmartAny |
49-
| ⑦处理继承关系 | 解析存在的继承关系的Model | ★☆☆☆☆ |★★★★ | 建议使用协议实现。 |
49+
| ⑦处理继承关系 | 解析存在的继承关系的Model | ★☆☆☆☆ |☆☆☆☆ | 使用@SmartSubclass修饰子Model。 |
5050
| ⑧枚举的解析 | 解析枚举属性 | ★☆☆☆☆ | ★☆☆☆☆ | 多实现一个 defaultCase |
5151

5252

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
<h1 align="center">SmartCodable - Ultimate Codable Enhancement for Swift</h1>
55

66
<p align="center">
7-
<a href="https://github.com/iAmMccc/SmartCodable/actions?query=workflow%3Abuild">
8-
<img src="https://img.shields.io/github/actions/workflow/status/iAmMccc/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
9-
</a>
7+
108
<a href="https://github.com/iAmMccc/SmartCodable/wiki">
119
<img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation">
1210
</a>
@@ -22,6 +20,10 @@
2220
<a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE">
2321
<img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License">
2422
</a>
23+
24+
<a href="https://deepwiki.com/intsig171/SmartCodable">
25+
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
26+
</a>
2527
</p>
2628

2729

0 commit comments

Comments
 (0)