You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i recive a JsonPatch in a SpringBoot @controller i have this error.
"JSON parse error: Cannot deserialize instance of java.util.ArrayList<com.github.fge.jsonpatch.JsonPatchOperation> out of FIELD_NAME token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.util.ArrayList<com.github.fge.jsonpatch.JsonPatchOperation> out of FIELD_NAME token\n at [Source: (PushbackInputStream); line: 2, column: 5]",
But if i change JsonPatch for JsonMergePatch the deserialize works good.
I work work 1.12 versión in my project.
Do you have any idea?
Thanks.
The text was updated successfully, but these errors were encountered:
When i recive a JsonPatch in a SpringBoot @controller i have this error.
"JSON parse error: Cannot deserialize instance of
java.util.ArrayList<com.github.fge.jsonpatch.JsonPatchOperation>
out of FIELD_NAME token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance ofjava.util.ArrayList<com.github.fge.jsonpatch.JsonPatchOperation>
out of FIELD_NAME token\n at [Source: (PushbackInputStream); line: 2, column: 5]",But if i change JsonPatch for JsonMergePatch the deserialize works good.
I work work 1.12 versión in my project.
Do you have any idea?
Thanks.
The text was updated successfully, but these errors were encountered: