Open Source iOS Library Providing Easy NSObject To JSON/XML Serialization and Conversion To Parse PFObject

Some time ago I mentioned the lightweight networking library MKNetworkKit, and the MKStoreKit library for easy implementation of in-app purchases.

Recently Mugunth created a new library that provides an NSObject subclass containing a number of methods that Mugunth believes Apple should have been provided by Apple themselves.

Those features include the ability to serialize/deserialize NSObject’s to XML and JSON (your object simply needs to derive MKObject an NSObject subclass), and the ability to convert an object to/from a PFObject for using with the Parse service.

You can find MKFoundation on Github here.

You can read more details about the library on Mugunth’s site here.

A very useful set of convenience methods.

Related Stuff:

– Library For Automatic Serialization/Deserialization To And From JSON Dictionaries
– Library Allows Any Objective-C Object To Easily Be Saved To A Plist File
iOS Developer Libraries Category

DeliciousTwitterFacebookRedditLinkedInEmail


Leave a Reply

Your email address will not be published. Required fields are marked *