Skip to content

Instantly share code, notes, and snippets.

@jaganadhg
Created January 27, 2023 18:19
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 jaganadhg/a8a830bdf68f28cbc6000b2f103b2bf2 to your computer and use it in GitHub Desktop.
Save jaganadhg/a8a830bdf68f28cbc6000b2f103b2bf2 to your computer and use it in GitHub Desktop.
sample = {
"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [{
"value": "New",
"onclick": "CreateDoc()"
}, {
"value": "Open",
"onclick": "OpenDoc()"
}, {
"value": "Save",
"onclick": "SaveDoc()"
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment