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