package yaml

import "github.com/spf13/viper/internal/encoding/yaml"

Index

Types

type Codec

type Codec struct{}

Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.

func (Codec) Decode

func (Codec) Decode(b []byte, v map[string]interface{}) error

func (Codec) Encode

func (Codec) Encode(v map[string]interface{}) ([]byte, error)

Source Files

codec.go yaml3.go

Version
v1.14.0
Published
Nov 6, 2022
Platform
js/wasm
Imports
1 packages
Last checked
39 minutes ago

Tools for package owners.