Skip to content

Instantly share code, notes, and snippets.

@peschkaj
Last active October 11, 2015 17:45
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 peschkaj/c0f5f40b64ae4e86ef25 to your computer and use it in GitHub Desktop.
Save peschkaj/c0f5f40b64ae4e86ef25 to your computer and use it in GitHub Desktop.
Sample JSON from SQL Server 2016
{
"orders": [
{
"number": "SO43659",
"due_date": "2011-06-12T00:00:00",
"ship_date": "2011-06-07T00:00:00",
"po_number": "PO522145787",
"total_due": 23153.2339,
"freight": 616.0984,
"items": [
{
"product_id": 776,
"quantity": 1,
"unit_price": 2024.9940,
"discount": 0.0000
},
{
"product_id": 777,
"quantity": 3,
"unit_price": 2024.9940,
"discount": 0.0000
},
{
"product_id": 778,
"quantity": 1,
"unit_price": 2024.9940,
"discount": 0.0000
},
{
"product_id": 771,
"quantity": 1,
"unit_price": 2039.9940,
"discount": 0.0000
},
{
"product_id": 772,
"quantity": 1,
"unit_price": 2039.9940,
"discount": 0.0000
},
{
"product_id": 773,
"quantity": 2,
"unit_price": 2039.9940,
"discount": 0.0000
},
{
"product_id": 774,
"quantity": 1,
"unit_price": 2039.9940,
"discount": 0.0000
},
{
"product_id": 714,
"quantity": 3,
"unit_price": 28.8404,
"discount": 0.0000
},
{
"product_id": 716,
"quantity": 1,
"unit_price": 28.8404,
"discount": 0.0000
},
{
"product_id": 709,
"quantity": 6,
"unit_price": 5.7000,
"discount": 0.0000
},
{
"product_id": 712,
"quantity": 2,
"unit_price": 5.1865,
"discount": 0.0000
},
{
"product_id": 711,
"quantity": 4,
"unit_price": 20.1865,
"discount": 0.0000
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment