JSONAdditions 0.0.1

JSONAdditions 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



jsonadditions

JSON useful categories

NSArray *array = [NSArray arrayWithBundleJSONFilename:@"filename.json"];
NSDictionary *dict = [NSDictionary dictionaryWithBundleJSONFilename:@"filename.json"];

NSString *jsonString = array.jsonString;
NSString *jsonString = array.jsonStringPrettyPrinted;

NSString *jsonString = dict.jsonString;
NSString *jsonString = dict.jsonStringPrettyPrinted;