开发者

Android JsonObject to Array Example

开发者 https://www.devze.com 2023-04-02 10:12 出处:网络
I\'m trying to create an application using JsonObject and conv开发者_如何学Certs it into Array. Is any example available? Thanks in Advance.I can highly recommend to use google-gson (Apache 2.0 licens

I'm trying to create an application using JsonObject and conv开发者_如何学Certs it into Array. Is any example available? Thanks in Advance.


I can highly recommend to use google-gson (Apache 2.0 license) for dealing with JSON on Android/Java.

To get started just take a look at their User Guide

If you have any specific question, please add code snippets, JSON strings or exception stacktraces to your question

-axel

0

精彩评论

暂无评论...
验证码 换一张
取 消