I would like to know if is it possible to map jsons that aren't objects.
For example, I have WebService that are returning just simple values without a key:
[true] Or [1]
So, when restkit tries to parse this results crashes. For the first example, this the log:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<__NSCFBoolean 0x2f6ead8> valueForUndefinedKey:]: this class is not key value coding-compliant for the key result.'
The trouble that I have is that I can't modify the WebService.