bes2008 / easyjson

Provides an unified JSON access API, you can adapter any JSON library to Gson, Jackson, FastJson with easyjson。 提供了一个JSON门面库,就像slf4j一样。easyjson本身不做json的操作,完全依赖于底层实现库。可以直接使用Easyjson的API,底层的JSON库随时可切换。也可以使用其中某个json的API,然后通过easyjson适配给其他的json库
https://github.com/fangjinuo/easyjson
Apache License 2.0
113 stars 15 forks source link

How to switch the underlying implement jackson to gson? #31

Open javalover123 opened 3 years ago

javalover123 commented 3 years ago

支持把 jackson,通过easyjson转移到 gson吗

bes2008 commented 3 years ago

这个目前还不支持。