import "github.com/spf13/viper/internal/encoding/json"
codec.go
Codec implements the encoding.Encoder and encoding.Decoder interfaces for JSON encoding.
type Codec struct{}
func (Codec) Decode(b []byte, v map[string]any) error
func (Codec) Encode(v map[string]any) ([]byte, error)