Skip to content

Instantly share code, notes, and snippets.

@schappim
Created January 20, 2012 08:37
Show Gist options
  • Save schappim/1646155 to your computer and use it in GitHub Desktop.
Save schappim/1646155 to your computer and use it in GitHub Desktop.
test
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"value": "Open", "onclick": "OpenDoc()"},
{"value": "Close", "onclick": "CloseDoc()"}
]
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment