acl/samples/json2/test2.txt
zsxxsz 4a219509b9 acl.3.0.14 release
some new features, and some bug fixed
2013-12-07 20:31:59 +08:00

13 lines
262 B
Plaintext

{
id: 'file', value: 'File',
popup: {
menuitem: [
{ value: 'New', onclick: 'CreateNewDoc()' },
{ value: 'Open', onclick: 'OpenDoc()' },
{ value: 'Close', onclick: 'CloseDoc()' }
],
menuitem: 'help'
},
help: 'hello world!'
}