Skip to content

Instantly share code, notes, and snippets.

@ojas
Forked from anonymous/array_of_arrays.json
Created October 10, 2013 15:19
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 ojas/6920161 to your computer and use it in GitHub Desktop.
Save ojas/6920161 to your computer and use it in GitHub Desktop.
[
["Days", "Orders", "Items ", "AOV", "Average Item/Order"],
["14-Dec-13", 45, 90, 45, 2],
["15-Dec-13", 15, 40, 23, 2.5]
]
[
{
"Days": "14-Dec-13",
"Orders": 45,
"Items": 90,
"AOV": 45.00,
"Average Item/Order": 2
},
{
"Days": "15-Dec-13",
"Orders": 15,
"Items": 40,
"AOV": 23.00,
"Average Item/Order": 2.5
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment