Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 15, 2021 05:19
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 dsibinski/bd56f8b632852ec03daa6a95fdefe658 to your computer and use it in GitHub Desktop.
Save dsibinski/bd56f8b632852ec03daa6a95fdefe658 to your computer and use it in GitHub Desktop.
var json = JsonConvert.SerializeObject(people, Formatting.Indented,
new JsonSerializerSettings { PreserveReferencesHandling = PreserveReferencesHandling.None });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment