JTObjectMapping icon indicating copy to clipboard operation
JTObjectMapping copied to clipboard

Update NSObject+JTObjectMapping.m

Open CoderJackie opened this issue 9 years ago • 0 comments

If the local project declare a variable like "@property (assign, nonatomic) NSInteger endDt;",,the App will be crashed while server return a json like "{ "endDt": null}". I've been did some fault tolerance between primitive -types and object.

CoderJackie avatar Jul 31 '15 07:07 CoderJackie