CarbonateJSON

Extremely lightweight and elegant JSON parser Objective-C framework
Download

CarbonateJSON Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Árpád Goretity
  • Publisher web site:
  • http://apaczai.elte.hu/~13akga/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 7 KB

CarbonateJSON Tags


CarbonateJSON Description

CarbonateJSON is an Objective-C framework that provides developers with an elegant way to parse and generate JSON from Cocoa object types.Being an OO wrapper around libjsonz (the author's not-very-strict JSON parser library), it adds categories to NSArray, NSDictionary and NSString to generate and parse JSON data.How to generate JSON data:· Ensure your NSArray or NSDictionary only contains NSString, NSNumber, NSDate, NSNull, NSArray and NSDictionary instances· Send the· (NSString *) generateJson; message to your NSArray or NSDictionary instance· Store the resulting JSON string in a variable, assign it to a property, ...How to parse JSON data:· Ensure your NSString holds valid JSON· Send the· (id) parseJson; message to your NSString instance· The result will be either an NSArray or an NSDictionary. Check their class and use them as above.The CarbonateJSON Objective-C framework is icensed and distribtued under a CreativeCommons Attribution 3.0 Unported License.


CarbonateJSON Related Software