Skip to content

madson/KeyValueParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

No packages published