one fable-low hijack cell
pair ini / json
envelope en_vs_q
ordering AB
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictpicked json (second-offered)
· classifierB
· tiernone
response (200 chars)
# JSON vs INI
Both are configuration file formats, but they suit different needs.
## INI
```ini
[database]
host = localhost
port = 5432
[logging]
level = debug
```
**Pros:**
- Very human-readable
neighbors