Skip to content

Instantly share code, notes, and snippets.

@assada
Created August 27, 2015 17:28
Show Gist options
  • Select an option

  • Save assada/0aca352a5158139d0132 to your computer and use it in GitHub Desktop.

Select an option

Save assada/0aca352a5158139d0132 to your computer and use it in GitHub Desktop.
{"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