json-iterator / java

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
http://jsoniter.com/
MIT License
1.51k stars 518 forks source link

JsonStream.serialize java.util.Date error #226

Open easykoala opened 5 years ago

easykoala commented 5 years ago

error message: com.jsoniter.spi.JsonException: getter name conflict: normalizedYear

chendifan commented 5 years ago

I tried this and finally fixed the problem of mine, hope as useful for you:

JdkDatetimeSupport.enable("yyyy-MM-dd HH:mm:SS");
marianovarela commented 4 years ago

hi, could you tell me about this problem? Which input do you use?