Skip to content

Instantly share code, notes, and snippets.

@DylanCh
Created August 22, 2017 23:27
Show Gist options
  • Save DylanCh/26022b953b347f10665bec23cf231438 to your computer and use it in GitHub Desktop.
Save DylanCh/26022b953b347f10665bec23cf231438 to your computer and use it in GitHub Desktop.
private AppleInc getResponse() {
string json = "";
/* Get HTTP response as JSON string (see explanation below)*/
// Transform JSON into a C# object
var apple = JsonConvert.DeserializeObject<AppleInc>(json);
return apple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment