This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Use YAML parser implementing YAML 1.2 rather than 1.1 #1885
Labels
A-Config
Configuration, or the documentation thereof
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
YAML 1.2 is a true superset of json. Using a parser that implemented 1.2 would allow configuration files written in json or yaml with no extra effort.
One possibility may be ruamel.yaml which is mentioned on yaml.org
The text was updated successfully, but these errors were encountered: