Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Tests / Data / format / json.org / c / output @ 3ebe9884

History | View | Annotate | Download (573 Bytes)

1
{
2
  "widget": {
3
    "debug": "on",
4
    "image": {
5
      "alignment": "center",
6
      "hOffset": 250,
7
      "name": "sun1",
8
      "src": "Images/Sun.png",
9
      "vOffset": 250
10
    },
11
    "text": {
12
      "alignment": "center",
13
      "data": "Click Here",
14
      "hOffset": 250,
15
      "name": "text1",
16
      "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;",
17
      "size": 36,
18
      "style": "bold",
19
      "vOffset": 100
20
    },
21
    "window": {
22
      "height": 500,
23
      "name": "main_window",
24
      "title": "Sample Konfabulator Widget",
25
      "width": 500
26
    }
27
  }
28
}