Skip to content

Commit f3d5c76

Browse files
committed
m
1 parent cf7c077 commit f3d5c76

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ JSON是一种轻量级的数据交换格式,易于人阅读和编写,同时也
44

55
mgicode-json是可配置表达式的JSON格式转换工具,通过配置表达式的方式来进行JSON格式转换,只要符合表达式的规则的属性可以进行JSON转换,另外可配置表达式还可能对实体属性名进行批量的配置变换。这样通过可配置表达式只要简单地制定规则,就可以过滤不需要传输的数据,直接进行命名转换,使用JSON转换更为方便
66

7+
## maven中包含
78

8-
9+
```
10+
<dependency>
11+
<groupId>com.mgicode</groupId>
12+
<artifactId>mgicode-json</artifactId>
13+
<version>1.0.5</version>
14+
</dependency>
15+
```
916
## 核心类图
1017

1118
![logo](https://github.com/mgicode/mgicode-json/blob/master/pic/mgicodejson.png)

0 commit comments

Comments
 (0)