Skip to content

Instantly share code, notes, and snippets.

@remcoboerma
Created November 28, 2023 20:03
Show Gist options
  • Save remcoboerma/5e08e2729d9f26a33aaa1d6bb4d83d99 to your computer and use it in GitHub Desktop.
Save remcoboerma/5e08e2729d9f26a33aaa1d6bb4d83d99 to your computer and use it in GitHub Desktop.
demo json
{"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