Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 3, 2023 17:55
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/e04142b80b82cf96c910cf79f3c17aad to your computer and use it in GitHub Desktop.
Save bjoerntx/e04142b80b82cf96c910cf79f3c17aad to your computer and use it in GitHub Desktop.
[
{
"Row": 1,
"UniqueID": "900-0315918-000",
"Name": "Tim Typer",
"Address": "1 Text Control Dr.",
"City": "Charlotte",
"Zip": "28209",
"State": "NC",
"Country": "US",
"line_items": [
{
"Name": "TX Text Control",
"Description": "Awesome Document Processor",
"Price": 2998.00,
"Quantity": 1,
"additional_items": [
{
"Name": "TX Barcode .NET for Windows Forms",
"Description": "Barcode Generator for Windows Forms",
"Price": 499.00,
"Quantity": 1
},
{
"Name": "TX Spell .NET for Windows Forms",
"Description": "Spell Checking for Windows Forms",
"Price": 499.00,
"Quantity": 1
}
]
}
]
},
{
"Row": 2,
"UniqueID": "800-0315918-000",
"Name": "Kathrina Keyboard",
"Address": "1 Text Control Dr.",
"City": "Charlotte",
"Zip": "28209",
"State": "NC",
"Country": "US",
"line_items": [
{
"Name": "TX Text Control",
"Description": "Awesome Document Processor",
"Price": 2998.00,
"Quantity": 1,
"additional_items": [
{
"Name": "TX Barcode .NET for Windows Forms",
"Description": "Barcode Generator for Windows Forms",
"Price": 499.00,
"Quantity": 1
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment