xref: /third_party/cJSON/fuzzing/inputs/test2 (revision 9750e409)
1bf{"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}}
12