Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 15, 2021 05:19
Show Gist options
  • Select an option

  • Save dsibinski/bd56f8b632852ec03daa6a95fdefe658 to your computer and use it in GitHub Desktop.

Select an option

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