Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review "bad parts" dropped by strictyaml #8

Open
lofidevops opened this issue Mar 1, 2017 · 1 comment
Open

Review "bad parts" dropped by strictyaml #8

lofidevops opened this issue Mar 1, 2017 · 1 comment

Comments

@lofidevops
Copy link

lofidevops commented Mar 1, 2017

strictyaml is an in-the-wild YAML parser based on ruamel.yaml (Python). They support a restricted subset of YAML, dropping elements including: implicit typing, binary data and explicit tags. Values default to strings unless you programatically define a schema parser.

A full list of features, features dropped, their design rationale and discussion about TOML et al, are given at https://hitchdev.com/strictyaml/features-removed/

Examples of the parser in use are given at https://github.com/crdoconnor/strictyaml/blob/master/README.md

@shoogle
Copy link

shoogle commented Jul 6, 2019

Links are broken. Try https://hitchdev.com/strictyaml/ instead and scroll down for examples and justification.

See also https://hitchdev.com/strictyaml/features-removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants