TOML vs YAML vs StrictYAML
This may be an opinionated answer as I have written multiple YAML implementations. Common Criticism of YAML addressed by the alternatives YAML’s outstanding semantic feature is that it can represent a possibly cyclic graph. Moreover, YAML mappings can use complex nodes (sequences or mappings) as keys. These features are what you potentially need when you … Read more