```json
{
    "no": ["married", "single", "divorced"],
    "yes": ["divorced", "single", "married"]
}
```
```