MyRepo-Ums/db.json
2024-01-23 17:04:13 +01:00

44 lines
936 B
JSON

{
"users": [
{
"id": "b5be",
"name": "Sofia",
"lastname": "Ventura",
"email": "bisc@gmail.com",
"fiscalcode": "RSAHRN72M22Z444S",
"province": "Torino",
"phone": "454545455",
"age": 12
},
{
"id": "3",
"name": "Antonio",
"lastname": "Diomede",
"email": "flavio.bonta@gmail.com",
"fiscalcode": "675t967t6g",
"province": "pe",
"phone": "23453453454",
"age": 34
},
{
"id": "7tc",
"name": "Manto",
"lastname": "Diomede",
"email": "flavio.bonta@gmail.com",
"fiscalcode": "8976543",
"province": "pe",
"phone": "23453453454",
"age": 18
},
{
"id": "1fl2",
"name": "Giulio",
"lastname": "Diomede",
"email": "flavio.bonta@gmail.com",
"fiscalcode": "tdyfuvyghuj",
"province": "pe",
"phone": "23453453454",
"age": 18
}
]
}