one fable-low hijack cell
pair xml / yaml
envelope en_vs_q
ordering AB
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictpicked yaml (second-offered)
· classifierB
· tiernone
response (200 chars)
# YAML vs XML
Both are data serialization formats, but they serve different niches:
## YAML
```yaml
person:
name: Alice
age: 30
hobbies:
- reading
- hiking
```
**Pros:**
- Highly read
neighbors