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

https://github.com/essentialkaos/go-simpleyaml

A Go package to interact with arbitrary YAML
https://github.com/essentialkaos/go-simpleyaml

golang yaml

Last synced: 11 months ago
JSON representation

A Go package to interact with arbitrary YAML

Awesome Lists containing this project

README

          



GitHub Actions CodeQL Status
GoReportCard
Coverage Status

CI StatusLicense


`go-simpleyaml` is a Go package to interact with arbitrary YAML, similar as [go-simplejson](https://github.com/bitly/go-simplejson).

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/go-simpleyaml/ci.svg?branch=master)](https://kaos.sh/w/go-simpleyaml/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/go-simpleyaml/ci.svg?branch=develop)](https://kaos.sh/w/go-simpleyaml/ci?query=branch:develop) |

### Contributing

Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/.github/blob/master/CONTRIBUTING.md).

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)