{
  "first_name": "Ada",
  "last_name": "Lovelace",
  "signup_date": "2026-01-15",
  "address": {
    "city": "London",
    "state": "England",
    "zip": "SW1",
    "geo": { "lat": 51.5007, "lng": -0.1246 }
  },
  "orders": [
    { "id": "A-1001", "title": "Difference Engine", "total": "9.99" },
    { "id": "A-1002", "title": "Analytical Engine", "total": "24.50" }
  ]
}
