Skip to content

Instantly share code, notes, and snippets.

@jazztpt
Created June 24, 2011 17:36
Show Gist options
  • Save jazztpt/1045266 to your computer and use it in GitHub Desktop.
Save jazztpt/1045266 to your computer and use it in GitHub Desktop.
GET request returning calculated user data
{
"users_by_total_hits":
[
{
"name":"Betty Black",
"total_hits":"1205",
"num_articles":"23",
"num_blogs":"3"
},
{
"name":"Abe Adams",
"total_hits":"835",
"num_articles":"18",
"num_blogs":"5"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment