mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
{"menu": {
|
||
|
"id": "file",
|
||
|
"value": "File",
|
||
|
"popup": {
|
||
|
"menuitem": [
|
||
|
{"value": "New", "onclick": "CreateNewDoc()"},
|
||
|
{"value": "Open", "onclick": "OpenDoc()"},
|
||
|
{"value": "Close", "onclick": "CloseDoc()"}
|
||
|
]
|
||
|
}
|
||
|
}}
|