gpt4 book ai didi

android - 如何在没有 GSON 的情况下从 url 或 android 中的 restful 服务解析巨大的 JSON 数据

转载 作者:行者123 更新时间:2023-11-30 03:13:39 25 4
gpt4 key购买 nike

我有一个 Rest ful 服务,..我得到了一个 JSON 数据,比如..

{
"returnCode": "success",
"RecievedData": {
"results": [
{
"details": [
{
"moredetails": [{
"id": "123456",
"price": "129.99",
"recorded_at": 3223322,
"lastrecorded_at": 0002020,
"seller": "google",
"availability": "Available",
"currency": "USD"
}],
"offers_count": 1,
"name": "google.com",
"recentoffers_count": 1,
"sid": "988008555566649",
"url": "http://google.com"
},
"moredetails"{
.
.

}
] details
{
{
[
]
}
"model": "abc",
"weight": "127",
"price_currency": "USD",
"features": {
.
'
}
"model": "abc",
"weight": "127",
"price_currency": "USD",
.
.
.

我正在为此使用 this 示例或教程

并且它从 this url 调用 json

在那里他正在用这个 json 对象解析数据 jsonarray = jsonobject.getJSONArray("worldpopulation");

所以我从上面的 url 获取数据如何解析这么多 json 数据,因为我只需要 json 数组的 2 或 3 个字段,。

请帮忙,..举一个有效的例子,..对于上面的,..

最佳答案

您可以使用 gson 库。有一个例子 here !

关于android - 如何在没有 GSON 的情况下从 url 或 android 中的 restful 服务解析巨大的 JSON 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20516194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com