Skip to content

Instantly share code, notes, and snippets.

@zacktian89
Created October 12, 2013 03:57
Show Gist options
  • Select an option

  • Save zacktian89/6945638 to your computer and use it in GitHub Desktop.

Select an option

Save zacktian89/6945638 to your computer and use it in GitHub Desktop.
Json.net custom PropertyName
[JsonProperty(PropertyName = "id")]
public long Id { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment