KeenClient-iOS
KeenClient-iOS copied to clipboard
Return query results in a more friendly format
The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.