1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[ { "id": "tools", "children": [ { "caption": "Notes", "children": [ { "caption": "New Note for Today", "command": "new_note" }, { "caption": "New Note for Tomorrow", "command": "new_note_for_tomorrow" } ] } ] } ]