forked from StephanieTheSoftwareDev/LLWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLL.json
64 lines (63 loc) · 1004 Bytes
/
LL.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"id": 7,
"name": "why",
"nodeType": "text",
"text" : "Why are you here today?",
"nextNode1": {
"id": 8
},
"nextNode2": {
"id": 9
},
"nextNode3": {
"id": 10
}
},
{
"id": 8,
"name": "cold",
"nodeType": "text",
"text": "I have a cold."
"nextNodes": {
"id": 12,
}
"nextNode2": {
"id": 13,
}
"nextNode3: {
"id": 14,
}
},
{
"id": 9,
"name": "flu",
"nodeType": "text",
"text": "I have the flu."
"nextNode1": {
"id": 15,
}
"nextNode2": {
"id": 16,
}
"nextNode3: {
"id": 17,
}
},
{
"id": 10,
"name": "cough",
"nodeType": "text",
"text" : "Do you have a cough?",
"nextNode1": {
"id": 18,
}
"nextNode2": {
"id": 9,
}
"nextNode3: {
"id": 10,
"name": "cough",
"nodeType": "text",
"text": "I have a cough."
}
},