KeenClient-iOS icon indicating copy to clipboard operation
KeenClient-iOS copied to clipboard

Return query results in a more friendly format

Open baumatron opened this issue 7 years ago • 0 comments

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.

baumatron avatar Apr 28 '17 19:04 baumatron