17 lines
521 B
JSON
17 lines
521 B
JSON
[
|
|
{
|
|
"name": "John Michael Anderson",
|
|
"birthdate": "1990-08-22",
|
|
"address": "1250 W Addison St, Apt 4B, Chicago, IL 60613",
|
|
"phone": "+1 312-555-7890",
|
|
"email": "jm.anderson90@yahoo.com",
|
|
"employer": "ClearTech Solutions",
|
|
"employee_id": "US65432109",
|
|
"bank_account": "US12 1234 5678 9012 3456 78",
|
|
"department": "Engineering",
|
|
"position": "Software Developer",
|
|
"language": "English",
|
|
"employment_status": "Full-time",
|
|
"favorite_color": "Green"
|
|
}
|
|
]
|