fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

[BUG] JSONArray.getString with Date type

Open Cooper-Zhong opened this issue 3 months ago • 1 comments

问题描述

Issue1446.java 在使用fastjson-1.2.83和fastjson2-2.0.50正常,Issue1446.java参考的fastjson包应该是1.2.83,但使用fastjson compatible 2.0.50时还是出现 #1446 的问题,判断是兼容包中JSONArray依旧加了双引号

环境信息

  • OS信息: [MacOS 12.7.4 M1 Pro 16 GB]
  • JDK信息: [Openjdk 17.0.6]
  • 版本信息:[Fastjson compatible 2.0.50]

重现步骤

Issue1446.java 使用fastjson 2.0.50

相关日志输出

Expected :"2024-05-18" Actual :2024-05-18

Cooper-Zhong avatar May 18 '24 06:05 Cooper-Zhong

请问fastjson2转json,时间类型怎么转yyyy-MM-dd HH:mm:ss的格式

15102552479 avatar May 20 '24 16:05 15102552479