Skip to content

Instantly share code, notes, and snippets.

@chrisdiana
Created September 30, 2014 17:22
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 chrisdiana/c9e2851fd02b3d903849 to your computer and use it in GitHub Desktop.
Save chrisdiana/c9e2851fd02b3d903849 to your computer and use it in GitHub Desktop.
Console dump objects one property at a time to JSON in C#
Console.WriteLine(Newtonsoft.Json.JsonConvert.SerializeObject(
someObject, Formatting.Indented));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment