Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created May 15, 2011 21:42
Show Gist options
  • Save pdeschen/973569 to your computer and use it in GitHub Desktop.
Save pdeschen/973569 to your computer and use it in GitHub Desktop.
json model
{
"header": "Colors",
"items": [
{"name": "red", "first": true, "url": "#Red"},
{"name": "green", "link": true, "url": "#Green"},
{"name": "blue", "link": true, "url": "#Blue"}
],
"empty": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment