An open API service indexing awesome lists of open source software.

https://github.com/zhhaogen/testjson

多种json序列化工具的使用
https://github.com/zhhaogen/testjson

fastjson gson jackjson java json json-smart

Last synced: about 2 months ago
JSON representation

多种json序列化工具的使用

Awesome Lists containing this project

README

          

### 多种json序列化工具的使用

1. 普通手写转换json,针对已知的类拼接
2. json-smart 转换json
3. fastjson 转换json
4. jackson 转换json
5. gson 转换json