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

Method JSONEncode

structencoder.go:485–485  ·  view source on GitHub ↗
(*Buffer)

Source from the content-addressed store, hash-verified

483// into the working buffer. This can be useful if you're working with interface fields at runtime.
484type JSONEncoder interface {
485 JSONEncode(*Buffer)
486}
487
488// JSONMarshaler works with the `.encoder` option. Fields can implement this to encode their own JSON string straight

Callers 1

optInstrEncoderMethod · 0.65

Implementers 1

encode0jingo_test.go

Calls

no outgoing calls

Tested by

no test coverage detected