Skip to content

Instantly share code, notes, and snippets.

@livehass
Created May 3, 2023 02:42
Show Gist options
  • Save livehass/617db24070179e60029b384dc801240f to your computer and use it in GitHub Desktop.
Save livehass/617db24070179e60029b384dc801240f to your computer and use it in GitHub Desktop.
[
{
"nome": "Jéssica",
"peso": 47,
"altura": 1.54,
"gordura": 17,
"imc": 19.82
},
{
"nome": "Flavio",
"peso": 70,
"altura": 1.7,
"gordura": 17,
"imc": 24.22
},
{
"nome": "Teresa",
"peso": 60,
"altura": 1.7,
"gordura": 13,
"imc": 20.76
},
{
"nome": "Marina",
"peso": 75,
"altura": 1.7,
"gordura": 26,
"imc": 25.95
},
{
"nome": "Lucas",
"peso": 23,
"altura": 1.25,
"gordura": 10,
"imc": 14.72
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment