Last active
September 25, 2018 20:33
-
-
Save bdegley4789/0c65ed66f428c6090c83568fa8e61262 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"values":[ | |
{ | |
"ele":3, | |
"type":"c1" | |
}, | |
{ | |
"ele":12, | |
"type":"c2" | |
}, | |
{ | |
"ele":6, | |
"type":"c3" | |
}], | |
"total": 34.5 | |
}, | |
{ | |
"values":[ | |
{ | |
"ele":5, | |
"type":"c1" | |
}, | |
{ | |
"ele":0, | |
"type":"c2" | |
}, | |
{ | |
"ele":1, | |
"type":"c3" | |
}], | |
"total": 7 | |
}, | |
{ | |
"values":[ | |
{ | |
"ele":2, | |
"type":"c1" | |
}, | |
{ | |
"ele":2, | |
"type":"c2" | |
}, | |
{ | |
"ele":3, | |
"type":"c3" | |
}], | |
"total": 9 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment