An open API service indexing awesome lists of open source software.

https://github.com/kekavc24/yaml_dart

A collection of Dart packages for interacting with YAML.
https://github.com/kekavc24/yaml_dart

dart yaml yaml-parser

Last synced: about 1 month ago
JSON representation

A collection of Dart packages for interacting with YAML.

Awesome Lists containing this project

README

          

# yaml_dart

[![codecov](https://codecov.io/gh/kekavc24/yaml_dart/graph/badge.svg?token=KEAB3HXYL2)](https://codecov.io/gh/kekavc24/yaml_dart)

A collection of `Dart` packages that help you to interact with YAML and the features it supports in the official [spec](https://yaml.org/spec/1.2.2/).

> [!IMPORTANT]
> Supports YAML 1.2+ features. Earlier versions are supported but parsing is done with YAML 1.2+ grammar rules.

## Packages

| Package | Description | Version |
| --------| ----------- | ------- |
| [rookie_yaml][rookie_link] | A parser and loader for YAML. | [![pub package][rookie_shield]][rookie_pub] |
| [dump_yaml][dump_link] | A configurable YAML dumper. | [![pub package][dump_shield]][dump_pub] |

## Contributions

Visit [CONTRIBUTING.md](CONTRIBUTING.md) for more information. All contributions are welcome.

[rookie_link]: ./packages/rookie_yaml/README.md
[rookie_shield]: https://img.shields.io/pub/v/rookie_yaml.svg
[rookie_pub]: https://pub.dev/packages/rookie_yaml
[dump_link]: ./packages/dump_yaml/README.md
[dump_shield]: https://img.shields.io/pub/v/dump_yaml.svg
[dump_pub]: https://pub.dev/packages/dump_yaml