https://github.com/rwxrob/yaml
Go YAML Utilities
https://github.com/rwxrob/yaml
Last synced: 4 months ago
JSON representation
Go YAML Utilities
- Host: GitHub
- URL: https://github.com/rwxrob/yaml
- Owner: rwxrob
- License: apache-2.0
- Created: 2022-04-03T13:24:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T21:56:38.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:40:39.007Z (about 1 year ago)
- Language: Go
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Go YAML Utilities
[](https://godoc.org/github.com/rwxrob/yaml)
[](LICENSE)
[](https://goreportcard.com/report/github.com/rwxrob/yaml)
* [AsYAML Interface](yaml.go)
* [Anything Marshaled as YAML](yaml_test.go)
## Why YAML?
In a word, "inline". You can't do it with any JSON package, and since
JSON is YAML there really is no reason not too.