79474366

Date: 2025-02-28 02:21:53
Score: 1.5
Natty:
Report link

May be too late to answer. A valid json must be a number、boolean or surrounded with {},[] or ", so your code

mapper.readValue(modifiedDateJson,Date.class)

should change to

mapper.readValue("\""+modifiedDateJson+"\"",Date.class)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Iori Kyo