| Interface | Description |
|---|---|
| JsonEntityFieldMaker |
JsonEntityFieldMaker
通过定制JsonEntityField的生成过程来影响toJson的行为
|
| JsonParser |
将Json字符串,转换为一个标准对象(Map/List/基本数据类型)
|
| JsonRender |
对象-->String, 一般就是写入Writer中
|
| Class | Description |
|---|---|
| AbstractJsonEntityFieldMaker | |
| Json | |
| JsonFormat |
描述Json输出的格式
|
| JsonFormat.Function |
| Enum | Description |
|---|---|
| JsonShape.Type |
| Exception | Description |
|---|---|
| JsonException |
| Annotation Type | Description |
|---|---|
| JsonField |
Json字段的映射
|
| JsonIgnore | |
| JsonShape | |
| ToJson |
把对象转为Json字符串时调用的方法
|
恩,LS说的对,看看这个包就知道,JSON 的解析渲染就是这么容易,几个类就搞定鸟。
另,到现在为止,它是 bug 最少的包了,放心用吧,它不可能出错的
Copyright © 2017. All rights reserved.