Certainly! Here is an example of a JSON object representing a sample user:

```json
{
  "name": "John Doe",
  "age": 28,
  "email": "johndoe@example.com"
}
```

Please let me know if you need any other information or modifications.