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

Function WriteJsonString

fflib/v1/jsonstring.go:41–43  ·  view source on GitHub ↗
(buf JsonStringWriter, s string)

Source from the content-addressed store, hash-verified

39}
40
41func WriteJsonString(buf JsonStringWriter, s string) {
42 WriteJson(buf, []byte(s))
43}
44
45/**
46 * Function ported from encoding/json: func (e *encodeState) string(s string) (int, error)

Callers 1

TestWriteJsonStringFunction · 0.85

Calls 1

WriteJsonFunction · 0.85

Tested by 1

TestWriteJsonStringFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…