mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-30 00:51:46 +08:00
Implemented nested mapping for structures similar to the BuildBot JSON structure. fixes #112
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
NSMutableDictionary* results = [NSMutableDictionary dictionary];
|
||||
for (NSDictionary* dict in nodes) {
|
||||
for (NSString* key in dict) {
|
||||
NSLog(@"Key: %@", key);
|
||||
id value = [dict valueForKey:key];
|
||||
id currentValue = [results valueForKey:key];
|
||||
if (nil == currentValue) {
|
||||
|
||||
Reference in New Issue
Block a user