java-json-tools/json-patch

Cannot deserialize JsonPatch in @Controller SpringBoot.

Opened this issue · 0 comments

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.