Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 16, 2014 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/3ab1297d6e3679414d6f to your computer and use it in GitHub Desktop.
Save devdays/3ab1297d6e3679414d6f to your computer and use it in GitHub Desktop.
Object JavaScript - JSON to render in Mustache
{
"header": "this is my header",
"items": [
{"name": "red", "first": true, "url": "#Red"},
{"name": "green", "link": true, "url": "#Green"},
{"name": "blue", "link": true, "url": "#Blue"}
],
"empty": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment