user_profiles.json•7.4 kB
[
{
"id": "U001",
"name": "John Smith",
"email": "john.smith@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"zipcode": "10001",
"country": "USA"
},
"orders": [
{
"id": "ORD-001",
"date": "2024-01-15",
"items": [
{"product": "Laptop", "quantity": 1, "price": 1299.99},
{"product": "Mouse", "quantity": 2, "price": 29.99}
],
"total": 1359.97
},
{
"id": "ORD-002",
"date": "2024-02-10",
"items": [
{"product": "Monitor", "quantity": 1, "price": 399.99}
],
"total": 399.99
}
],
"preferences": {
"newsletter": true,
"notifications": {
"email": true,
"sms": false
},
"theme": "dark"
}
},
{
"id": "U002",
"name": "Sarah Johnson",
"email": "sarah.j@example.com",
"address": {
"street": "456 Oak Ave",
"city": "Los Angeles",
"state": "CA",
"zipcode": "90001",
"country": "USA"
},
"orders": [
{
"id": "ORD-003",
"date": "2024-01-20",
"items": [
{"product": "Desk Chair", "quantity": 1, "price": 249.99},
{"product": "Desk Lamp", "quantity": 1, "price": 39.99}
],
"total": 289.98
}
],
"preferences": {
"newsletter": false,
"notifications": {
"email": true,
"sms": true
},
"theme": "light"
}
},
{
"id": "U003",
"name": "Michael Chen",
"email": "m.chen@example.com",
"address": {
"street": "789 Pine Rd",
"city": "Chicago",
"state": "IL",
"zipcode": "60601",
"country": "USA"
},
"orders": [
{
"id": "ORD-004",
"date": "2024-01-25",
"items": [
{"product": "Keyboard", "quantity": 1, "price": 89.99},
{"product": "Mouse", "quantity": 1, "price": 29.99},
{"product": "Headphones", "quantity": 1, "price": 149.99}
],
"total": 269.97
},
{
"id": "ORD-005",
"date": "2024-02-05",
"items": [
{"product": "Webcam", "quantity": 1, "price": 79.99}
],
"total": 79.99
},
{
"id": "ORD-006",
"date": "2024-02-18",
"items": [
{"product": "Standing Desk", "quantity": 1, "price": 599.99}
],
"total": 599.99
}
],
"preferences": {
"newsletter": true,
"notifications": {
"email": false,
"sms": false
},
"theme": "dark"
}
},
{
"id": "U004",
"name": "Emily Davis",
"email": "emily.davis@example.com",
"address": {
"street": "321 Elm St",
"city": "Boston",
"state": "MA",
"zipcode": "02101",
"country": "USA"
},
"orders": [],
"preferences": {
"newsletter": true,
"notifications": {
"email": true,
"sms": true
},
"theme": "light"
}
},
{
"id": "U005",
"name": "David Martinez",
"email": "d.martinez@example.com",
"address": {
"street": "654 Maple Dr",
"city": "Houston",
"state": "TX",
"zipcode": "77001",
"country": "USA"
},
"orders": [
{
"id": "ORD-007",
"date": "2024-02-01",
"items": [
{"product": "Tablet", "quantity": 1, "price": 499.99},
{"product": "Case", "quantity": 1, "price": 29.99}
],
"total": 529.98
}
],
"preferences": {
"newsletter": false,
"notifications": {
"email": false,
"sms": true
},
"theme": "dark"
}
},
{
"id": "U006",
"name": "Lisa Anderson",
"email": "l.anderson@example.com",
"address": {
"street": "987 Birch Ln",
"city": "Phoenix",
"state": "AZ",
"zipcode": "85001",
"country": "USA"
},
"orders": [
{
"id": "ORD-008",
"date": "2024-01-30",
"items": [
{"product": "Printer", "quantity": 1, "price": 299.99}
],
"total": 299.99
},
{
"id": "ORD-009",
"date": "2024-02-12",
"items": [
{"product": "Paper", "quantity": 5, "price": 9.99},
{"product": "Ink Cartridge", "quantity": 2, "price": 39.99}
],
"total": 129.93
}
],
"preferences": {
"newsletter": true,
"notifications": {
"email": true,
"sms": false
},
"theme": "light"
}
},
{
"id": "U007",
"name": "Robert Taylor",
"email": "r.taylor@example.com",
"address": {
"street": "147 Cedar Ave",
"city": "Seattle",
"state": "WA",
"zipcode": "98101",
"country": "USA"
},
"orders": [
{
"id": "ORD-010",
"date": "2024-02-08",
"items": [
{"product": "Laptop", "quantity": 1, "price": 1299.99},
{"product": "Laptop Bag", "quantity": 1, "price": 49.99}
],
"total": 1349.98
}
],
"preferences": {
"newsletter": false,
"notifications": {
"email": true,
"sms": true
},
"theme": "dark"
}
},
{
"id": "U008",
"name": "Jennifer White",
"email": "j.white@example.com",
"address": {
"street": "258 Spruce St",
"city": "Denver",
"state": "CO",
"zipcode": "80201",
"country": "USA"
},
"orders": [
{
"id": "ORD-011",
"date": "2024-01-18",
"items": [
{"product": "Monitor", "quantity": 2, "price": 399.99}
],
"total": 799.98
}
],
"preferences": {
"newsletter": true,
"notifications": {
"email": false,
"sms": false
},
"theme": "light"
}
},
{
"id": "U009",
"name": "James Brown",
"email": "james.brown@example.com",
"address": {
"street": "369 Walnut Blvd",
"city": "Miami",
"state": "FL",
"zipcode": "33101",
"country": "USA"
},
"orders": [
{
"id": "ORD-012",
"date": "2024-02-14",
"items": [
{"product": "Desk", "quantity": 1, "price": 449.99}
],
"total": 449.99
},
{
"id": "ORD-013",
"date": "2024-02-20",
"items": [
{"product": "Bookshelf", "quantity": 1, "price": 179.99},
{"product": "Books", "quantity": 10, "price": 15.99}
],
"total": 339.89
}
],
"preferences": {
"newsletter": true,
"notifications": {
"email": true,
"sms": true
},
"theme": "dark"
}
},
{
"id": "U010",
"name": "Patricia Garcia",
"email": "p.garcia@example.com",
"address": {
"street": "741 Ash Ct",
"city": "Atlanta",
"state": "GA",
"zipcode": "30301",
"country": "USA"
},
"orders": [
{
"id": "ORD-014",
"date": "2024-02-22",
"items": [
{"product": "Chair", "quantity": 4, "price": 179.99}
],
"total": 719.96
}
],
"preferences": {
"newsletter": false,
"notifications": {
"email": true,
"sms": false
},
"theme": "light"
}
}
]