Skip to content

Instantly share code, notes, and snippets.

@vitor-mariano
Last active January 8, 2017 00:25
Show Gist options
  • Save vitor-mariano/c313056fc79bd0569cf666798bf70500 to your computer and use it in GitHub Desktop.
Save vitor-mariano/c313056fc79bd0569cf666798bf70500 to your computer and use it in GitHub Desktop.
{
"apple": {
"calories": {
"value": 52,
"unity": "kcal"
},
"fat": {
"value": 0.2,
"unity": "g"
},
"polyunsatured_fat": {
"value": 0.1,
"unity": "g"
},
"colesterol": {
"value": 0,
"unity": "mg"
},
"sodium": {
"value": 1,
"unity": "mg"
},
"potassium": {
"value": 107,
"unity": "mg"
},
"carbs": {
"value": 14,
"unity": "g"
},
"food_fiber": {
"value": 1.4,
"unity": "g"
},
"sugar": {
"value": 10,
"unity": "g"
},
"proteins": {
"value": 0.3,
"unity": "g"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment