Usage from Go
Introduction
Installation
go get github.com/tomwright/dasel/v3External API
Parsing formats
import (
_ "github.com/tomwright/dasel/v3/parsing/json"
_ "github.com/tomwright/dasel/v3/parsing/yaml"
_ "github.com/tomwright/dasel/v3/parsing/toml"
_ "github.com/tomwright/dasel/v3/parsing/xml"
_ "github.com/tomwright/dasel/v3/parsing/csv"
_ "github.com/tomwright/dasel/v3/parsing/ini"
_ "github.com/tomwright/dasel/v3/parsing/hcl"
)Examples
Select: query with native Go types
Query: query with model.Value types
Modify: update data in-place
Reading and writing structured data (format conversion)
Compact output
Using variables
Building model.Value manually
Project structure
Last updated