Registry / serialization / mikefarah-yq-v3

mikefarah-yq-v3

JSON →
librarygogounverified

Package yq provides a Go library for reading and writing YAML files with jq-like syntax.

go get github.com/mikefarah/yq/v3
INSTALL
IMPORT
SIG · MIKEFARAH-YQ-V3
M
mikefarah-yq-v3
serializationgo
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.

yq
github.com/mikefarah/yq/v3

Read a YAML file

package main import ( "fmt" "github.com/mikefarah/yq/v3" ) func main() { data, _ := yq.ReadFile("config.yaml") fmt.Println(data) }
Debug
Known issues
breakingVersion 3 is legacy; consider using v4 for new projects
fix
Use github.com/mikefarah/yq/v4 for latest features
affects: v3.x
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mikefarah-yq-v3 — go get mikefarah-yq-v3 · libregistry