-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanswers.json
76 lines (76 loc) · 1.64 KB
/
answers.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
65
66
67
68
69
70
71
72
73
74
75
76
[{
"user": {
"email" : "[email protected]",
"score" : 355
},
"answers": [
{
"id": 1,
"question": "Your name",
"value": "Milindu Sanok Kuamarage",
"semantic" : "user.profile.name"
},
{
"id": 2,
"question": "Contact Number?",
"value": "+94112000000",
"semantic" : "user.profile.telephone"
},
{
"id": 3,
"question": "Organization / Institute Name?",
"value": "RSVP.lk",
"semantic" : "user.profile.organisation"
},
{
"id": 4,
"question": "GitHub Username?",
"value": "agentmilindu",
"semantic" : "user.github.username"
},
{
"id": 5,
"question": "StackOverflow Username?",
"value": "http://stackoverflow.com/users/1190184/milindu-sanoj-kumarage",
"semantic" : "user.stackoverflow.url"
}
]
},{
"user": {
"email" : "[email protected]",
"score" : 325
},
"answers": [
{
"id": 1,
"question": "Your name",
"value": "Tharaka Devinda",
"semantic" : "user.profile.name"
},
{
"id": 2,
"question": "Contact Number?",
"value": "+94112000001",
"semantic" : "user.profile.telephone"
},
{
"id": 3,
"question": "Organization / Institute Name?",
"value": "GDG Sri Lanka",
"semantic" : "user.profile.organisation"
},
{
"id": 4,
"question": "GitHub Username?",
"value": "http://github.com/tdevinda",
"semantic" : "user.github.url"
},
{
"id": 5,
"question": "StackOverflow Username?",
"value": "",
"semantic" : "user.stackoverflow.url"
}
]
}
]