Warning
The parser is still in active development and has missing features/intermediate functionalities. Until a stable 1.0.0 is released, package API may have breaking changes in each minor/patch version.
A (rookie) Dart YAML 1.2+ parser.
- A fail-fast YAML parser.
- Opinionated YAML dumper functions that prioritize compatibility and portability.
The secondary tag handle !! is limited to tags below which all resolve to the YAML global tag prefix, tag:yaml.org,2002.
-
YAMLschema tags!!map-Map!!seq-List!!str-String
-
JSONschema tags!!null-null!!bool- Boolean.!!int- Integer.hex,octalandbase 10should use this.!!float- double.
- The
docsfolder in the repository. Use the table of contents as a guide. - Visit pub guide which provides an automatic guided order for the docs above.
- The
examplefolder.
- See guide on how to make contributions to this repository.
- Run test suite guide and look for bugs to fix.