YAML, SQL, or something else? Looking for recommendations for making a database of stories.
Kissaki @ Kissaki @programming.dev Posts 27Comments 447Joined 2 yr. ago

Kissaki @ Kissaki @programming.dev
Posts
27
Comments
447
Joined
2 yr. ago
https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
JSON is a much simpler (and consequently safer) format. It's also more universally supported.
YAML (or TOML) is decent for a manually read and written configuration. But for a scraper output for storage and follow-up workflows being through code parsing anyway, I would go for JSON.