I am using this data here: http://pastie.org/3231052 – How can I display the key instead of the value using Mustache or Handlebars?
[{"interval":"2012-01-21",
"advertiser":"Advertisers 1",
"offer":"Life Insurance",
"cost_type":"CPA",
"revenue_type":"CPA",
... etc ...
}]
If you want to display key-value pairs, you can write a helper in Handlebars.
EDIT
Seems like this isn’t quite what you want, but it’s possible to come up with a helper that will do the trick.