Marshal and unmarshal YAML in Go
A wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs. In short, this library first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml. This package contains the source code needed for building packages that reference the following Go import paths: – sigs.k8s.io/yaml
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.2.0-4.fc35 | - |
Fedora 35 | 1.2.0-4.fc35 | - |
Fedora 34 | 1.2.0-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-sigs-k8s-yaml dash maintainers at fedoraproject dot org
.