5

I'm using com.fasterxml.jackson.databind with Retrofit to handle the response from the server in my Android app.

Since the JSONObject response is too complicated and contains lots of JSONArray, I want to be able to parse some of those array fields into String instead of creating POJO for each sub-object that those Array could contains.

Is there a way I could just tell Jackson to keep those field as String and not parse them into Entities?

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.