Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 5, 2019 21:05
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 bjoerntx/0e65e9ea282caa78145e815b46bfe87c to your computer and use it in GitHub Desktop.
Save bjoerntx/0e65e9ea282caa78145e815b46bfe87c to your computer and use it in GitHub Desktop.
[
{
"Id": 1,
"Name": "Sales Report",
"Customer": {
"Id": 1,
"Name": "Text Control, LLC",
"Street": "6926 Shannon-Willow Rd",
"ZipCode": "28226",
"City": "Charlotte",
"Country": "United States"
},
"Contacts": [
{
"Name": "Paulsen",
"FirstName": "Carl",
"Email": "sales@textcontrol.com",
"Phone": "7045447445"
},
{
"Name": "Franklin",
"FirstName": "Paul",
"Email": "support@textcontrol.com",
"Phone": "7045447445"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment