diff options
Diffstat (limited to 'tests/example2.json')
| -rw-r--r-- | tests/example2.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/example2.json b/tests/example2.json new file mode 100644 index 0000000..5600991 --- /dev/null +++ b/tests/example2.json | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | {"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 | }} | ||
