StrictYAML is a LICENSE licensed configuration language written in [[Python]].
- [Website](https://hitchdev.com/strictyaml/)
- [GitHub](https://github.com/crdoconnor/strictyaml)
- Documentation
- AlternativeTo
> QUOTE
# Notability
It is functionally YAML with several bits removed, including JSON parsing and object insertion and type inference.
In my opinion, this is an interesting step, and while it does fix some common issues, it does not go nearly far enough.
## Implementations
It is [[2023-10-25|currently]] only available in Python.
# Philosophy
- vs [[TOML]] - https://hitchdev.com/strictyaml/why-not/toml/
# OS Support
# Features
# Tips
# References