-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
40 lines (36 loc) · 757 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"pessoas":[
{
"id": 1,
"nome": "Jeff",
"endereço": "Rua de tal "
},
{
"id": 2,
"nome": "Teste",
"endereço": "Rua de teste "
},
{
"id": 3,
"nome": "Api",
"endereço": "Rua de api "
}
],
"boleto":[
{
"id": 1,
"codBoleto": "328372794984798375973979847349",
"amount": 50000
},
{
"id": 2,
"codBoleto": "328372794984798375973979847349",
"amount": 20000
},
{
"id": 3,
"codBoleto": "8432748927239842",
"amount": 30000
}
]
}