jastor
jastor copied to clipboard
Auto translates NSDictionary to instances of Objective-C classes, supporting nested types and arrays
improve the convert function,it can convert more property with json key. example: the json have key like "_Msg_",objective-c property can't contain "_Msg_"
Hello, For some reason, class_copyPropertyList() - used in the JastorRuntimeHelper/propertyNames: method - now returns additional keys such as 'hash', 'superclass', 'debugDescription' and... 'description'. That last key seems to interfere with...
I'm using Jastor for some large JSON and noticed processing was not so fast. It seems as [self map] is called a very large number of times inside initWithDictionary. Why...
Hi guys, Thanks for a great library. I'm using Jastor via CocoaPods (pod 'Jastor') however the version thats pulled down (I believe from tag 0.2.1) doesn't include the 'map' method...
`+(Class)propertyClassForPropertyName: ofClass:` Returns nil if the property is set to conform to any protocol, like `NSString`
I'm currently having to map every property as the JSON I'm connecting to has capitalised property names such as { Prop1 : value } It would be great if jastor...
An infinitesimal issue with the CocoaPods build: [!] Unable to read the license file `.../Pods/jastor/LICENSE` for the spec `jastor (0.1.0)` Would be nice if it got added so CocoaPods would...