-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathjsonexample.json
More file actions
36 lines (36 loc) · 845 Bytes
/
jsonexample.json
File metadata and controls
36 lines (36 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[{
"text": "this branch",
"leaf": false,
"value": "number_8",
"expanded": false,
"cls": "folder",
"id": "root\/number_8",
"children": [{
"text": "this leaf",
"leaf": "1",
"href": "http://cutterscrossing.com",
"value": "Cutters_Crossing",
"id": "root\/number_8\/Cutters_Crossing",
"checked": false
}]
}, {
"text": "that branch",
"leaf": "false",
"value": "number_9",
"expanded": true,
"id": "root\/number_9",
"children": [{
"text": "this leaf",
"leaf": true,
"href": "http://cutterscrossing.com",
"value": "Cutters_Crossing",
"id": "root\/number_9\/Cutters_Crossing",
"checked": true
}]
}, {
"text": "this leaf is not a link <b class=\"icon-leaf\"></b>",
"leaf": true,
"value": "Cutters_Crossing",
"id": "root\/number_9\/Cutters_Crossing",
"checked": true
}]