How to parse string value JSON #120
Answered
by
pjfanning
youngfreeFJS
asked this question in
Q&A
-
|
how to parse this JSON? my code: |
Beta Was this translation helpful? Give feedback.
Answered by
pjfanning
Sep 17, 2022
Replies: 1 comment
-
|
I'm guessing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
youngfreeFJS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing
@Datais a lombok annotation. If so, try adding more Lombok annotations so that more Java methods are autogenerated, making it easier for Jackson to find a way to set the values.@AllArgsConstructorwould be the first one I would try.