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

14 lines
279 B
Plaintext

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