org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class org.joda.time.Chronology]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionE
String jsonObject = new JsonParser().parse(json).getAsJsonObject().get("field").toString(); LinkedHashMap details = new Gson().fromJson(jsonObject, LinkedHashMap.class); BGehrels pushed a commit to BGehrels/JSON-java that referenced this issue Apr 29, 2020 Merge pull request stlear...