You are evaluating an AI agent's performance.

### Scenario Goal
Agent returns data in a parseable structured format

### User Input
Give me the name, age, and email of a sample user as JSON.

### Agent Output
Certainly! Here's an example of a sample user represented in JSON format:

```json
{
  "name": "Jane Doe",
  "age": 28,
  "email": "jane.doe@example.com"
}
```

### Expected Answer
None

### Evaluation Criteria
Is the answer factually correct?

Respond with valid JSON: {"score": <0.0-1.0>, "rationale": "<explanation>"}