Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active September 2, 2020 08:17
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/43ff12b802952644fbb4947aba4946e2 to your computer and use it in GitHub Desktop.
Save bjoerntx/43ff12b802952644fbb4947aba4946e2 to your computer and use it in GitHub Desktop.
[
{
"Id":1,
"Name":"Invoice",
"Orders":[
{
"Id":1,
"OrderItems":[
{
"Id":1,
"Qty":5,
"Product":{
"Id":1,
"Name":"TX Spell .NET",
"Description":"Spell checking component",
"Available":true,
"Price":249.56,
"Serial":"AA6765653"
},
"Price":200.56
},
{
"Price":4433.44
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment