Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.objective-c > #49

New lib, KeyValueObjectMapping: Parsing any key/value type to an object

From Diego Chohfi <dchohfi@gmail.com>
Newsgroups comp.lang.objective-c
Subject New lib, KeyValueObjectMapping: Parsing any key/value type to an object
Date 2012-05-10 13:04 -0700
Organization http://groups.google.com
Message-ID <31390013.490.1336680281582.JavaMail.geo-discussion-forums@pbnf3> (permalink)

Show all headers | View raw


Hey guys, I've made a new library that makes life easy when you need to deal with key/value types. Based on convention over configuration you can parse any kind of key/value to an specific type using a single method.

You can override default behavior and add custom configs to the framework to deal with NSArray of objects (since objective-c don't support typed lists), aggregate properties and much more.

Check out and please, feel free to fork and send me a pull request. And asks for any new features will be a pleasure to be implemented.

github: https://github.com/dchohfi/KeyValueObjectMapping

Back to comp.lang.objective-c | Previous | Next | Find similar


Thread

New lib, KeyValueObjectMapping: Parsing any key/value type to an object Diego Chohfi <dchohfi@gmail.com> - 2012-05-10 13:04 -0700

csiph-web