Skip to content

Just a Question for nested JSON #4132

Discussion options

You must be logged in to vote

Retrofit is not involved in the deserialization of JSON, and so you'll have to go ask on the support forums for your chosen JSON library. All we do is hand the raw body bytes to your chosen converter and wait for it to give us back the resulting object. Any customization of how the bytes are turned into the object is entirely done within that library, not ours. Good luck!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NicosNicolaou16
Comment options

Answer selected by NicosNicolaou16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants