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

https://github.com/didi/json-adapter


https://github.com/didi/json-adapter

Last synced: 6 months ago
JSON representation

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
- 正式版本发布。