MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddSliceStringKey

Method AddSliceStringKey

encode_slice.go:18–20  ·  view source on GitHub ↗

AddSliceStringKey marshals the given []string s

(k string, s []string)

Source from the content-addressed store, hash-verified

16
17// AddSliceStringKey marshals the given []string s
18func (enc *Encoder) AddSliceStringKey(k string, s []string) {
19 enc.SliceStringKey(k, s)
20}
21
22// SliceStringKey marshals the given []string s
23func (enc *Encoder) SliceStringKey(k string, s []string) {

Callers 1

MarshalJSONObjectMethod · 0.80

Calls 1

SliceStringKeyMethod · 0.95

Tested by 1

MarshalJSONObjectMethod · 0.64