Skip to content

Instantly share code, notes, and snippets.

@IanSaunders
Created April 16, 2015 13:19
Show Gist options
  • Save IanSaunders/e82f6e5b43c91dfdb29f to your computer and use it in GitHub Desktop.
Save IanSaunders/e82f6e5b43c91dfdb29f to your computer and use it in GitHub Desktop.
{
amount : 10,
tax : 3,
discount : 2,
prices : [
{
name: 'widgets',
amount: 6,
tax: 2
discount 1
},
{
name: 'wodgets',
amount: 4,
tax: 1
discount 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment