Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 29, 2015 14:26
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/1ad1c70e13878cc7961b to your computer and use it in GitHub Desktop.
Save bjoerntx/1ad1c70e13878cc7961b to your computer and use it in GitHub Desktop.
{
"orders":{
"order":[
{
"Id":"10",
"address":{
"street":"9774 Kings Drive",
"city":"Charlotte"
},
"phone":"123 898 2298",
"date":"05/12/2015",
"total":"1526.88",
"item":[
{
"name":"Thin-Jam Hex Nut 4",
"price":"337.22",
"qty":"1",
"itemtotal":"337.22"
},
{
"name":"ML Road Frame - Red, 58",
"price":"594.83",
"qty":"2",
"itemtotal":"1189.66"
}
]
},
{ ... }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment