-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
66 lines (66 loc) · 1.13 KB
/
server.json
File metadata and controls
66 lines (66 loc) · 1.13 KB
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
{
"contato": [
{
"nome": "Welbber",
"telefone": "1234-1234",
"operadora": {
"nome": "Oi",
"codigo": 88,
"categoria": "Celular",
"preco": 1
},
"data": "2020-11-03T23:04:44.289Z",
"id": 2
},
{
"nome": "josé silva",
"telefone": "4321-4321",
"operadora": {
"nome": "Tim",
"codigo": 91,
"categoria": "Celular",
"preco": 3
},
"data": "2020-11-03T23:09:17.578Z",
"id": 3
}
],
"operadora": [
{
"nome": "Oi",
"codigo": 88,
"categoria": "Celular",
"preco": 1
},
{
"nome": "Claro",
"codigo": 93,
"categoria": "Celular",
"preco": 2
},
{
"nome": "Tim",
"codigo": 91,
"categoria": "Celular",
"preco": 3
},
{
"nome": "Vivo",
"codigo": 84,
"categoria": "Celular",
"preco": 5
},
{
"nome": "GVT",
"codigo": 25,
"categoria": "Fixo",
"preco": 0.5
},
{
"nome": "Embratel",
"codigo": 21,
"categoria": "Fixo",
"preco": 1.5
}
]
}