zcharter
zcharter
There's no way to _automatically_ convert meaningful (but arbitrary) strings into BOOLs. However, you can use the mapping callback to handle this yourself quite easily. ``` - (void)didMapObjectFromJSON:(id)object { NSString...
@mwhuss Have you tried [JTSetMappings](https://github.com/jamztang/JTObjectMapping/blob/d36ad46845ce2f57c930ec8eaf3e7b7817c45176/JTObjectMapping/Source/JTSetMappings.m)? (Here's [an example](https://github.com/jamztang/JTObjectMapping/blob/d36ad46845ce2f57c930ec8eaf3e7b7817c45176/JTObjectMappingTests/JTObjectMappingTests.m#L133) from the tests.)
I have only been reproduce this issue with: - an app built with Xcode 5 - running on iOS 8 beta 2 (I haven't tried beta 1) - on an...
That seems like a reasonable approach to me.