Registry / serialization / sanathkr-yaml

sanathkr-yaml

JSON →
library1.0.0gogounverified

A Go library for parsing and generating YAML files.

go get github.com/sanathkr/yaml
INSTALL
IMPORT
SIG · SANATHKR-YAML
S
sanathkr-yaml
serializationgov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

yaml
github.com/sanathkr/yaml

Marshals a map to YAML.

package main import ( "fmt" "github.com/sanathkr/yaml" ) func main() { data := map[string]string{"key": "value"} out, _ := yaml.Marshal(data) fmt.Println(string(out)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sanathkr-yaml — go get sanathkr-yaml · libregistry