one fable-low hijack cell
pair json / yaml
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked json (first-offered)
· classifierA
· tiernone
response (200 chars)
# YAML vs JSON
## Side-by-Side Example
**YAML**
```yaml
name: Alice
age: 30
admin: true
skills:
- python
- sql
address:
city: Paris
zip: "75001"
```
**JSON**
```json
{
"name": "Alice",
neighbors