MCPcopy Create free account
hub / github.com/bet365/jingo / EncodeJSON

Method EncodeJSON

structencoder.go:492–492  ·  view source on GitHub ↗
(io.Writer)

Source from the content-addressed store, hash-verified

490// dependency on `Buffer`.
491type JSONMarshaler interface {
492 EncodeJSON(io.Writer)
493}
494
495// tagOptions is the string following a comma in a struct field's "json"

Callers 1

optInstrEncoderWriterMethod · 0.65

Implementers 1

jsonMarshalerjingo_test.go

Calls

no outgoing calls

Tested by

no test coverage detected