forked from dchohfi/KeyValueObjectMapping
-
Notifications
You must be signed in to change notification settings - Fork 1
Automatic KeyValue Parser for Objective-C, parse JSON/plist/Dictionary automatically
madson/KeyValueParser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Usage: ParserConfiguration *configuration = [[ParserConfiguration alloc] init]; configuration.datePattern = @"yyyy-MM-dd'T'hh:mm:ssZ"; KeyValueParser *parser = [[KeyValueParser alloc] initWithConfiguration:configuration]; Person *person = [parser parseJson:jsonToParse forClass:[Person class]];
About
Automatic KeyValue Parser for Objective-C, parse JSON/plist/Dictionary automatically
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published