Registry / serialization / goccy-go-yaml

goccy-go-yaml

JSON →
library1.19.2gogounverified

Package go-yaml provides a YAML parser and encoder for Go.

go get github.com/goccy/go-yaml
INSTALL
IMPORT
SIG · GOCCY-GO-YAML
G
goccy-go-yaml
serializationgov1.19.2
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/goccy/go-yaml

Marshal a map to YAML

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goccy-go-yaml — go get goccy-go-yaml · libregistry