Create a JSON file
I tracked my drinking history over the last week and listed them based on some categories. I could not figure out the ingredients of drinks I had yet so I left it as blank. I'm still not sure what elements I want to make it as an array or object.
{
"Sep082015": {
"Location": "Home",
"with": "CM",
"Time": "3h",
"Drunkenness": "Good",
"Details": {
"Type": "Beer",
"Name": "BUD LIGHT",
"Units": "2, Can",
"Size": "355ml",
"Alc./Vol.": "4.2%",
"Calories": "110",
"Ingredients": [
"Carbohydrates, 6.6g",
"Protein, 0.9g",
"Fat, 0.0g"
]
}
},
"Sep062015": {
"Location": "Home",
"with": "CM",
"Time": "4h",
"Drunkenness": "Good",
"Details": {
"Type": "Beer",
"Name": "BROOKLYN GREENMARKET WHEAT",
"Units": "4, Bottle",
"Size": "355ml",
"Alc./Vol.": "5.2%",
"Calories": "--",
"Ingredients": [
"Carbohydrates, --g",
"Protein, --g",
"Fat, --g"
]
}
},
"Sep052015": {
"Location": "K'OOK",
"with": "KITP",
"Time": "9h",
"Drunkenness": "Binge",
"Details": {
"Type": "Mixed",
"Name": "Soju, Beer",
"Units": "10, Glass",
"Size": "200ml, 30ml",
"Alc./Vol.": "5%, 18%",
"Calories": "96, 64",
"Ingredients": [
"Carbohydrates, --g",
"Protein, --g",
"Fat, --g"
]
}
},
"Sep052015": {
"Location": "Botanica Bar",
"with": "ITP",
"Time": "4h",
"Drunkenness": "Bad",
"Details": {
"Type": "Beer",
"Name": "Draft lager",
"Units": "6, Pint",
"Size": "440ml",
"Alc./Vol.": "5%",
"Calories": "--",
"Ingredients": [
"Carbohydrates, --g",
"Protein, --g",
"Fat, --g"
]
}
}
}