Skip to content

Instantly share code, notes, and snippets.

@colinsurprenant
Forked from quickredfox/json tentative spec
Created March 24, 2011 14:17
Show Gist options
  • Save colinsurprenant/885128 to your computer and use it in GitHub Desktop.
Save colinsurprenant/885128 to your computer and use it in GitHub Desktop.
{
hose_name => [
{
hose: hose_name,
title: 'Atlanta twitter content search',
entries_samples: [1,...],
polls_samples: [1,...],
entries_total : 345211,
polls_total : 44556
},
{
hose: hose_name,
title: 'Atlanta twitter geo search',
entries_samples: [1,...],
polls_samples: [1,...],
entries_total : 345211,
polls_total : 44556
}
],
'total' => [
{
hose: 'total'
title: 'Global polls and entries totals',
entries_total : 345211,
polls_total : 44556
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment