String length (5046272) exceeds the maximum length (5000000) #217
Unanswered
chenjianbo0705
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is configuration in jackson-core called Which version of Jackson are u using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mapper.readValue(s ,JSONObject.class);
When I converted the string again, the conversion failed because the string was too long。
Throw exception:String length (5046272) exceeds the maximum length (5000000)。
What should I do about it。
Beta Was this translation helpful? Give feedback.
All reactions