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序列化工具的使用
- Host: GitHub
- URL: https://github.com/zhhaogen/testjson
- Owner: zhhaogen
- Created: 2018-04-11T11:15:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T14:18:17.000Z (over 2 years ago)
- Last Synced: 2025-10-05T02:49:30.329Z (8 months ago)
- Topics: fastjson, gson, jackjson, java, json, json-smart
- Language: Java
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 多种json序列化工具的使用
1. 普通手写转换json,针对已知的类拼接
2. json-smart 转换json
3. fastjson 转换json
4. jackson 转换json
5. gson 转换json