Here's a sample JSON object representing a user:

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

Feel free to modify the details as needed!