Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {"menu": {
  2. "id": "file",
  3. "value": "File",
  4. "popup": {
  5. "menuitem": [
  6. {"value": "New", "onclick": "CreateNewDoc()"},
  7. {"value": "Open", "onclick": "OpenDoc()"},
  8. {"value": "Close", "onclick": "CloseDoc()"}
  9. ]
  10. }
  11. }}`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement