Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Apr 15, 2014
1 parent 9a68636 commit d410636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Your custom object (subclass of `NSObject`) needs to override the method `+mts_m
```objective-c
+ (NSDictionary*)mts_mapping
{
return @{@"json__key_1" : @"class_property_name_1",
@"json_key_2" : @"class_property_name_2",
@"json_key_3.json_key_4" : @"class_property_name_3",
...
return @{@"json_key_1" : @"propertyName1",
@"json_key_2" : @"propertyName2",
@"json_key_3.json_key_4" : @"propertyName3",
...
};
}
```
Expand Down

0 comments on commit d410636

Please sign in to comment.