• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps JsonReader or JsonObject to read a JSON encoded values

Is is preferable to use either JsonReader or JsonObject to read/parse JSON encoded values (a stream of tokens)?

Also, if JsonReader is the choice what class is it part of?

thanks.
 
Huh? Sorry, this is the welcome and introduction section. Can you be more specific?

In any event, I would like to warmly welcome you to Android Forums!
 
I am wanting to parse a Json document as part of my Android app. Should one use JsonReader or use JsonObject to part the document that comes via the http request.

I JsonReader (which is what I found in the Developer documentation) is the preferred choice how does one include this class ... what does the import statement look like.

Thanks.
 
Back
Top Bottom