Thursday, 26 May 2016

Get boolean value from JSON, in Obj C

myObject.MyBoolValue = [[myDictionary objectForKey:@"TheNameOfTheJsonValue"]boolValue];

No comments:

Post a Comment

Comments are moderated, so you'll have to wait a little bit before they appear!