如何让机器人此JSON的反响?我得到了在服务器上庞大的数据,所以我想它过滤到了、我想、我得、反响

由网友(布丁收藏家)分享简介:我从服务器获取了巨大的JSON数据,...如这里 I am getting a Huge Json data from a server,... like here但我的设备无法处理这些多JSON数据..以上的是只是举例,... but my device is unable to handle those mu...

我从服务器获取了巨大的JSON数据,...如这里

I am getting a Huge Json data from a server,... like here

但我的设备无法处理这些多JSON数据..以上的是只是举例,...

but my device is unable to handle those much of JSON data,.. The above one is just Example,...

但我有一个数据,如,

{
"result": [
    {
        "details": [
            {
                "offers": [{
                    "id": "852255CAG8Qqadsfds4KEw",
                    "price": "99.99",
                    "seller": "google",
                    "availability": "Shipping in two days",
                    "currency": "USD"
                }],

筛选,但我可以在这个,......但我struk在此,...

Like this but i can this,... but i struk this at,..

{
"workind":"ok"
 status: ok
"result": [
    {
        "details": [
            {
                "offers": [{
                    "id": "852255CAG8Qqadsfds4KEw",
                    "price": "99.99",
                    "seller": "google",
                    "availability": "Shipping in two days",
                    "currency": "USD"
                }],
           "getting_responce":ok
           "data"{[
          ] } }

在一样的拳头我打电话的结果,并strucked我需要调用更多的类似的结果,数据... ..流程,..所以我strucking超过tehre任何一个请帮我retrivel过程的一部分,...我想在的这里

但在那里,他呼吁世界人口

but over there he is calling "worldpopulation"

推荐答案

我觉得你可以用解析的GSON复杂的JSON响应。请检查这些教程 HTTP:// WWW的.java codegeeks.com / 2011/01 / Android的JSON的解析 - GSON-tutorial.html

I think you can parse the complex JSON response using GSON. Please check these tutorial http://www.javacodegeeks.com/2011/01/android-json-parsing-gson-tutorial.html

您强制创建模型类和使用适当的注释,则数据将被解析到直接建模对象。

You jus create the model classes and use the proper annotations then the data will be parsed to model objects directly.

阅读全文

相关推荐

最新文章