{
  "users": [
    {"id": 1, "username": "johndoe", "email": "john.doe@example.com", "name": {"first": "John", "last": "Doe"}, "age": 32, "role": "admin", "active": true, "created": "2023-01-15"},
    {"id": 2, "username": "janesmith", "email": "jane.smith@example.com", "name": {"first": "Jane", "last": "Smith"}, "age": 28, "role": "editor", "active": true, "created": "2023-02-20"},
    {"id": 3, "username": "bobwilson", "email": "bob.wilson@example.com", "name": {"first": "Bob", "last": "Wilson"}, "age": 45, "role": "viewer", "active": false, "created": "2023-03-10"},
    {"id": 4, "username": "alicebrown", "email": "alice.brown@example.com", "name": {"first": "Alice", "last": "Brown"}, "age": 35, "role": "editor", "active": true, "created": "2023-04-05"},
    {"id": 5, "username": "charliedavis", "email": "charlie.davis@example.com", "name": {"first": "Charlie", "last": "Davis"}, "age": 29, "role": "viewer", "active": true, "created": "2023-05-12"},
    {"id": 6, "username": "emilyjohnson", "email": "emily.johnson@example.com", "name": {"first": "Emily", "last": "Johnson"}, "age": 31, "role": "admin", "active": true, "created": "2023-06-18"},
    {"id": 7, "username": "franklee", "email": "frank.lee@example.com", "name": {"first": "Frank", "last": "Lee"}, "age": 42, "role": "viewer", "active": false, "created": "2023-07-22"},
    {"id": 8, "username": "gracekim", "email": "grace.kim@example.com", "name": {"first": "Grace", "last": "Kim"}, "age": 26, "role": "editor", "active": true, "created": "2023-08-30"},
    {"id": 9, "username": "henrymiller", "email": "henry.miller@example.com", "name": {"first": "Henry", "last": "Miller"}, "age": 38, "role": "viewer", "active": true, "created": "2023-09-14"},
    {"id": 10, "username": "isabellawang", "email": "isabella.wang@example.com", "name": {"first": "Isabella", "last": "Wang"}, "age": 33, "role": "admin", "active": true, "created": "2023-10-25"},
    {"id": 11, "username": "jackthompson", "email": "jack.thompson@example.com", "name": {"first": "Jack", "last": "Thompson"}, "age": 27, "role": "editor", "active": true, "created": "2023-11-08"},
    {"id": 12, "username": "katiegarcia", "email": "katie.garcia@example.com", "name": {"first": "Katie", "last": "Garcia"}, "age": 30, "role": "viewer", "active": false, "created": "2023-12-01"}
  ]
}
