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/7c697a3530f47b991ed34ecbf21b4cd2 to your computer and use it in GitHub Desktop.
Save mikeMoreno/7c697a3530f47b991ed34ecbf21b4cd2 to your computer and use it in GitHub Desktop.
Medium/Use the Type System/JObjects 1
class Person
{
string FirstName { get; set; }
string LastName { get; set; }
Details Details { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment