Registry / serialization / velocidex-yaml-v2

velocidex-yaml-v2

JSON →
library2.2.8gogounverified

Package yaml implements YAML support for the Go language.

go get github.com/Velocidex/yaml/v2
INSTALL
IMPORT
SIG · VELOCIDEX-YAML-V2
V
velocidex-yaml-v2
serializationgov2.2.8
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/Velocidex/yaml/v2

Marshals a map to YAML.

package main import ( "fmt" "github.com/Velocidex/yaml/v2" ) 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
2.2.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
velocidex-yaml-v2 — go get velocidex-yaml-v2 · libregistry