Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 10, 2017 12:33
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/9187051bc76c0736397dcfeeb217d890 to your computer and use it in GitHub Desktop.
Save bjoerntx/9187051bc76c0736397dcfeeb217d890 to your computer and use it in GitHub Desktop.
{
"Name":"Monthly Sales Report",
"Sales":[
{
"Id":1,
"Items":[
{
"Qty":5,
"Price":256.2,
"Product":{
"Name":"ReportingCloud"
}
},
{
"Qty":3,
"Price":424.2,
"Product":{
"Name":"TX Text Control"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment