Here is a sample user in JSON format:

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