MCPcopy
hub / github.com/spf13/viper / Codec

Struct Codec

internal/encoding/json/codec.go:8–8  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6
7// Codec implements the encoding.Encoder and encoding.Decoder interfaces for JSON encoding.
8type Codec struct{}
9
10func (Codec) Encode(v map[string]any) ([]byte, error) {
11 // TODO: expose prefix and indent in the Codec as setting?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected