springboot (3) - Custom josn

  • Common framework Ali fastjson, Google and other gson
  • JavaBean serialized as Json,
    • Performance: Jackson> FastJson> Gson> Json-lib with structural
    • Jackson, FastJson, Gson libraries have their advantages, each with their own expertise
    • Space for time, time for space

github code address https://github.com/mambamentality8/springboot

Guess you like

Origin www.cnblogs.com/xeclass/p/12633993.html
Recommended