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
- Host: GitHub
- URL: https://github.com/essentialkaos/go-simpleyaml
- Owner: essentialkaos
- License: apache-2.0
- Created: 2017-01-31T23:16:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T08:01:44.000Z (over 1 year ago)
- Last Synced: 2024-11-19T23:11:54.598Z (over 1 year ago)
- Topics: golang, yaml
- Language: Go
- Homepage: https://kaos.sh/g/go-simpleyaml.v2
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
`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` | [](https://kaos.sh/w/go-simpleyaml/ci?query=branch:master) |
| `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)