0
我被困在理解這個JSON中。任何人都可以幫助我解析。我需要鍵值「ItemNo」的值。在iOS中嵌套的JSON解析
我只能這樣做:
NSDictionary *json = [NSJSONSerialization JSONObjectWithData:data options:0 error:nil];
NSArray *arr = [[[json objectForKey:@"ShoppingBagRefList"] objectForKey:@"ShoppingBagRef"] objectAtIndex:0];
爲了得到數組需要刪除最後一個'[0]'所以我編輯了該 –
@NiravD - 你好,謝謝 –
非常感謝你@ Anbu.Karthik。你可以請從結構中刪除結構截圖:) – Assassin