MCPcopy
hub / github.com/pquerna/ffjson / JsonStringWriter

Interface JsonStringWriter

fflib/v1/jsonstring.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33const hex = "0123456789abcdef"
34
35type JsonStringWriter interface {
36 io.Writer
37 io.ByteWriter
38 stringWriter
39}
40
41func WriteJsonString(buf JsonStringWriter, s string) {
42 WriteJson(buf, []byte(s))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…