]>
Commit | Line | Data |
---|---|---|
6527f429 DM |
1 | [\r |
2 | {\r | |
3 | "text": "Friends",\r | |
4 | "expanded": true,\r | |
5 | "children": [\r | |
6 | { "text": "Jack", "iconCls": "user", "leaf": true },\r | |
7 | { "text": "Brian", "iconCls": "user", "leaf": true },\r | |
8 | { "text": "Jon", "iconCls": "user", "leaf": true },\r | |
9 | { "text": "Tim", "iconCls": "user", "leaf": true },\r | |
10 | { "text": "Nige", "iconCls": "user", "leaf": true },\r | |
11 | { "text": "Fred", "iconCls": "user", "leaf": true },\r | |
12 | { "text": "Bob", "iconCls": "user", "leaf": true }]\r | |
13 | },{\r | |
14 | "text": "Family",\r | |
15 | "expanded": true,\r | |
16 | "children": [\r | |
17 | { "text": "Kelly", "iconCls": "user-girl", "leaf": true },\r | |
18 | { "text": "Sara", "iconCls": "user-girl", "leaf": true },\r | |
19 | { "text": "Zack", "iconCls": "user-kid", "leaf": true },\r | |
20 | { "text": "John", "iconCls": "user-kid", "leaf": true }\r | |
21 | ]\r | |
22 | }\r | |
23 | ] |