Search code examples
javajacksonjackson-databind

Where do you go to file a bug report for Jackson JSON?


does anyone know where to file a bug report for Jackson JSON? thank you

I can't get Jackson to deserialize a JSON file. The inbound JSON has JSON null values, which I need to retain. ???

com.fasterxml.jackson.databind.JsonMappingException: Unrecognized Type: [null]


Solution

  • You can create an issue on their Github Repository: https://github.com/FasterXML/jackson-databind