in spring cloud alibaba,some use fastjson,some use fastjson2,better to use one,now seata-all use fastjson
iyfamqjs1#
We are considering support for fastjson2, are you interested in submitting a PR
zf2sa74q2#
fastjson1 and fastjson2 have different package names, but for the same object, the expected JSON results are the same. So in your project, it is possible to have fastjson1 and fastjson2 coexist, and theoretically there should be no conflicts.
What problem are you encountering?
2条答案
按热度按时间iyfamqjs1#
We are considering support for fastjson2, are you interested in submitting a PR
zf2sa74q2#
fastjson1 and fastjson2 have different package names, but for the same object, the expected JSON results are the same. So in your project, it is possible to have fastjson1 and fastjson2 coexist, and theoretically there should be no conflicts.
What problem are you encountering?