Skip to content

Instantly share code, notes, and snippets.

@koreus7
Created September 4, 2015 13:08
Show Gist options
  • Save koreus7/b1be123762aea29b6362 to your computer and use it in GitHub Desktop.
Save koreus7/b1be123762aea29b6362 to your computer and use it in GitHub Desktop.
IRestResponse response = _client.Execute (request);
response.Content = response.Content.Replace ("[]", "{}");
var formatedResponse = _deserializer.Deserialize<ProfileResponse> (response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment