MCPcopy Create free account
hub / github.com/aws/smithy-go / Encoder

Struct Encoder

encoding/json/encoder.go:9–12  ·  view source on GitHub ↗

Encoder is JSON encoder that supports construction of JSON values using methods.

Source from the content-addressed store, hash-verified

7// Encoder is JSON encoder that supports construction of JSON values
8// using methods.
9type Encoder struct {
10 w *bytes.Buffer
11 Value
12}
13
14// NewEncoder returns a new JSON encoder
15func NewEncoder() *Encoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected