Skip to content

Instantly share code, notes, and snippets.

@claudiosanchez
Created April 15, 2013 03:17
Show Gist options
  • Select an option

  • Save claudiosanchez/5385463 to your computer and use it in GitHub Desktop.

Select an option

Save claudiosanchez/5385463 to your computer and use it in GitHub Desktop.
How to parse a json payload with JSON.NET
/* ge the payload loaded onto the json variable */
var array = JArray.Parse(json);
/* process the array to map the content to some model */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment