Commit
·
5b01084
1
Parent(s):
cb35c5c
upload doctor.json
Browse files- doctor.json +14 -0
doctor.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"question": "What is the salary of dr suroj?",
|
4 |
+
"answer": "rs 60000"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"question": "What is the salary of dr arnab?",
|
8 |
+
"answer": "rs 50000"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"question": "What is the salary of dr saumya?",
|
12 |
+
"answer": "rs 40000"
|
13 |
+
}
|
14 |
+
]
|