1

在这里,我在 json 响应中嵌套了数组。

  1. 我已经给出了索引响应。如何使用 JsonReader 解析此响应?由于大量的 json,我使用了 JsonReader。

  2. 我想从索引 8 开始,并想达到 n 个索引。如何使用 JsonReader 做到这一点?

    dt_ReturnedTables[14]
    |
    V
    0   ->  [92]
    1   ->  [6115]
    2   ->  [64]
    3   ->  [14]
    4   ->  [3]
    5   ->  [1]
    6   ->  [3]
    7   ->  [5]
    8   ->  [89]
    9   ->  [3]
    10  ->  [2]
    11  ->  [1]
    12  ->  [174]
    13  ->  [522]
    
    ObjRetArgs : null
    Status  :   1
    Message :   Account Address Detail data retrieved successfully.`
    
4

0 回答 0