~ubuntu-branches/ubuntu/trusty/hud/trusty-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": 0,
  "submenu": [
      {
        "id": 1,
        "label": 'Hello There'
      },
      {
        "id": 2,
        "label": 'Goodbye'
      },
      {
        "id": 3,
        "label": 'Hallo Again'
      }
  ]
}