Skip to content

Instantly share code, notes, and snippets.

@benneic
Last active December 19, 2015 14:49
Show Gist options
  • Save benneic/5972155 to your computer and use it in GitHub Desktop.
Save benneic/5972155 to your computer and use it in GitHub Desktop.
Too verbose?
{
"total": 47,
"metrics": [{
"metric": "PC"
"total": 26,
}, {
"metric": "VC"
"value": 21,
}],
"services": [{
"service": "FB",
"total": 8,
"metrics": [{
"metric": "PC"
"total": 4,
}, {
"metric": "VC"
"value": 4,
}],
}, {
"service": "4S",
"total": 21,
"metrics": [{
"metric": "PC"
"total": 14,
}, {
"metric": "VC"
"value": 7,
}],
}, {
"service": "IG",
"total": 18,
"metrics": [{
"metric": "PC"
"total": 8,
}, {
"metric": "VC"
"value": 10,
}],
}],
"dates": [{
"date": "2013-05-01T00:00:00Z",
"total": 47,
"metrics": [{
"metric": "PC"
"total": 26,
}, {
"metric": "VC"
"value": 21,
}],
"services": [{
"service": "FB",
"total": 8,
"metrics": [{
"metric": "PC"
"total": 4,
}, {
"metric": "VC"
"value": 4,
}],
}, {
"service": "4S",
"total": 21,
"metrics": [{
"metric": "PC"
"total": 14,
}, {
"metric": "VC"
"value": 7,
}],
}, {
"service": "IG",
"total": 18,
"metrics": [{
"metric": "PC"
"total": 8,
}, {
"metric": "VC"
"value": 10,
}],
}],
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment