Skip to content

Instantly share code, notes, and snippets.

@mikeMoreno
Last active July 4, 2021 17:27
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 mikeMoreno/a1d551d49264e7906273a7579c322800 to your computer and use it in GitHub Desktop.
Save mikeMoreno/a1d551d49264e7906273a7579c322800 to your computer and use it in GitHub Desktop.
Medium/Use the Type System/JObjects 2
class Person
{
string FirstName { get; set; }
string LastName { get; set; }
JObject Details { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment