Registry / serialization / ajeddeloh-yaml

ajeddeloh-yaml

JSON →
library0.0.0-20141220231606-01c0ee0dc5c1gogounverified

Package yaml implements YAML support for the Go language.

go get github.com/ajeddeloh/yaml
INSTALL
IMPORT
SIG · AJEDDELOH-YAML
A
ajeddeloh-yaml
serializationgov0.0.0-20141220231606-01c0ee0dc5c1
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/ajeddeloh/yaml

Marshal a map to YAML.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20141220231606-01c0ee0dc5c1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
ajeddeloh-yaml — go get ajeddeloh-yaml · libregistry