Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Tests / Data / format / json.org / e / input @ 3ebe9884

History | View | Annotate | Download (873 Bytes)

1
{"menu": {
2
    "header": "SVG Viewer",
3
    "items": [
4
        {"id": "Open"},
5
        {"id": "OpenNew", "label": "Open New"},
6
        null,
7
        {"id": "ZoomIn", "label": "Zoom In"},
8
        {"id": "ZoomOut", "label": "Zoom Out"},
9
        {"id": "OriginalView", "label": "Original View"},
10
        null,
11
        {"id": "Quality"},
12
        {"id": "Pause"},
13
        {"id": "Mute"},
14
        null,
15
        {"id": "Find", "label": "Find..."},
16
        {"id": "FindAgain", "label": "Find Again"},
17
        {"id": "Copy"},
18
        {"id": "CopyAgain", "label": "Copy Again"},
19
        {"id": "CopySVG", "label": "Copy SVG"},
20
        {"id": "ViewSVG", "label": "View SVG"},
21
        {"id": "ViewSource", "label": "View Source"},
22
        {"id": "SaveAs", "label": "Save As"},
23
        null,
24
        {"id": "Help"},
25
        {"id": "About", "label": "About Adobe CVG Viewer..."}
26
    ]
27
}}