package
0.0.5
Repository: https://github.com/tomwright/dasel.git
Documentation: pkg.go.dev

# Functions

Load loads data from the given io.Reader.
LoadFromFile loads data from the given file.
NewParserFromFilename returns a Parser from the given filename.
NewParserFromString returns a Parser from the given parser name.
Write writes the value to the given io.Writer.

# Structs

JSONParser is a Parser implementation to handle yaml files.
TOMLParser is a Parser implementation to handle yaml files.
UnknownParserErr is returned when an invalid parser name is given.
YAMLParser is a Parser implementation to handle yaml files.

# Interfaces

Parser can be used to load and save files from/to disk.