TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
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;