encoding/json.reflectWithString.s (field)

8 uses

	encoding/json (current package)
		encode.go#L805: 	sort.Slice(sv, func(i, j int) bool { return sv[i].s < sv[j].s })
		encode.go#L811: 		e.string(kv.s, opts.escapeHTML)
		encode.go#L1001: 	s string
		encode.go#L1006: 		w.s = w.v.String()
		encode.go#L1014: 		w.s = string(buf)
		encode.go#L1019: 		w.s = strconv.FormatInt(w.v.Int(), 10)
		encode.go#L1022: 		w.s = strconv.FormatUint(w.v.Uint(), 10)