という内容です...
[
{
"id": "",
"title": "",
"website": "",
"categories": [
{
"id": "",
"label": ""
}
],
"updated":
},
{
"id": "",
"title": "",
"website": "",
"categories": [
{
"id": "",
"label": ""
}
],
"updated":
}
]
すべてのフィード ソースを 1 つの配列に挿入するにはどうすればよいですか?
NSDictionary *results = [string JSONValue];
NSArray *subs = [results valueForKey:@"KEY"];
どのキーを挿入する必要がありますか? ありがとう