https://github.com/didi/json-adapter
https://github.com/didi/json-adapter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/didi/json-adapter
- Owner: didi
- Created: 2021-03-18T11:00:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T02:59:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:44:08.714Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-adapter
This project is based on Jackson, and it provides fastjson APIs.
# 简介
本项目旨在减少移除fastjson的成本,实现fastjson的常见接口,内部使用jackson实现。
对于fastjson的一些复杂用法,比如注解等,该项目不予支持,请各个业务方直接修改成jackson。
如果有不满足的接口,可以反馈给研发人员,或者直接在该项目中添加接口。
# v1.0.0
- 正式版本发布。