StrictYAML: A Secure YAML Parser

2025-03-07

StrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification. It prioritizes a beautiful API, refusing to parse the ugly, hard-to-read, and insecure features of YAML. It offers strict markup validation and straightforward type casting, along with clear, readable exceptions. StrictYAML acts as a near drop-in replacement for pyyaml, ruamel.yaml, or poyo. It can read YAML, make changes, and write it out again while preserving comments. While speed isn't currently a priority, it excels in security, ease of use, and type safety.

Development YAML parser