-
Notifications
You must be signed in to change notification settings - Fork 4
/
db.json
28 lines (23 loc) · 1.17 KB
/
db.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
{
"profiles" : [
{ "id":1, "name":"john", "age":21 },
{ "id":2, "name":"juhy", "age":41 },
{ "id":3, "name":"jack", "age":31 }
],
"details" : [
{ "id":1, "state":"AP", "male": 12123,"female": 122, "others" : 122},
{ "id":2, "state":"UP", "male": 123,"female": 12, "others" : 121},
{ "id":3, "state":"MP", "male": 1123,"female": 112, "others" : 212},
{ "id":4, "state":"KR", "male": 1213,"female": 2312, "others" : 112},
{ "id":5, "state":"TS", "male": 12,"female": 312, "others" : 12}
],
"eyeAlignment" : [
{"id":1, "state": "AP", "RefractiveError":123 , "EyeA":1245, "EyeB":3467 },
{"id":2, "state": "UP", "RefractiveError":152 , "EyeA":345, "EyeB":3567 },
{"id":3, "state": "MP", "RefractiveError":163 , "EyeA":2345, "EyeB":3467 },
{"id":4, "state": "KR", "RefractiveError":153 , "EyeA":145, "EyeB":367 },
{"id":5, "state": "TS", "RefractiveError":163 , "EyeA":2345, "EyeB":234 },
{"id":6, "state": "RJ", "RefractiveError":121 , "EyeA":2345, "EyeB":457 }
{"id":7, "state": "MP", "RefractiveError":004 , "EyeA":2345, "EyeB":457 }
]
}