Snippets tagged “unrecognized-field”
1 snippet uses this tag.
- Jackson with JSON: Unrecognized field, not marked as ignorableJava
If you are using the Jackson library to parse JSON in Java and you get the error "Unrecognized field, not marked as ignorable", it means that you are trying to parse a JSON object that has a field that is not recognized by your Java object.