Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
General Tips and Traps¶
YAML is much better alternative to JSON. TOML is another good alternative to YAML.
Ranges in YAML¶
https://
YAML for Rust¶
Please refer to Parse YAML in Rust for discussions.
YAML for Python¶
Please refer to Parsing YAML in Python for discussions.
YAML for JVM-based Languages¶
SnakeYaml is a high quality YAML library for JVM-based languages (Java, Scala, etc.) circe-yaml is a Scala library for parsing YAML.
JINJA & YAML¶
https://
https://medium.com/deepak7093/dynamic-code-generator-using-yaml-config-and-jinja2-templates-31d8b9663fb0
References¶
https://