fabienrenaud / java-json-benchmark

Performance testing of serialization and deserialization of Java JSON libraries
MIT License
965 stars 134 forks source link

update fastjson version & use fastjson2 api #76

Closed wenshao closed 1 year ago

wenshao commented 1 year ago
  1. use fastjson 2.0.31 version, fix OffsetDateTime deserialize support
  2. use fastjson2 api
  3. fix fastjson testcase
fabienrenaud commented 1 year ago

Thanks!