Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Created September 22, 2011 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkozmic/1233920 to your computer and use it in GitHub Desktop.
Save kkozmic/1233920 to your computer and use it in GitHub Desktop.
// class like this
public class Something
{
public string Name{get;set;}
public string Zip {get;set;}
public string Street {get;set;}
}
// maps to json like this
{"name":"Stefan Mucha", "Address":{"zip":"4000", "street":"Oxford Street 42"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment