Replies: 2 comments
-
Yes? You passing a "document" that contains of a tab character, not JSON. It is invalid. To send a character as value, it needs to be sent as a JSON String, or perhaps JSON Number. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
expression
jsonMapper.readerFor(Character.class).readValue("\t")
throws com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-inputat [Source: (String)"\u0009"; line: 1, column: 0]
Beta Was this translation helpful? Give feedback.
All reactions