MCPcopy Create free account
hub / github.com/blues/note / MarshalJSON

Method MarshalJSON

jsonxt/encode.go:225–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223// can marshal themselves into valid JSON.
224type Marshaler interface {
225 MarshalJSON() ([]byte, error)
226}
227
228// An UnsupportedTypeError is returned by Marshal when attempting

Callers 2

marshalerEncoderFunction · 0.65
addrMarshalerEncoderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected