Skip to content

Instantly share code, notes, and snippets.

@cbcwebdev
Created June 27, 2012 23:57
Show Gist options
  • Save cbcwebdev/3007715 to your computer and use it in GitHub Desktop.
Save cbcwebdev/3007715 to your computer and use it in GitHub Desktop.
public class Blah
{
[JsonIgnore]
public string Property { get; set; }
[JsonProperty(Name = "a")]
public int AnotherProperty { get; set; }
[JsonProperty(Name = "b")]
public SomeSuperDuperClass LastProperty { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment