func encoding/json.Marshal
25 uses
encoding/json (current package)
encode.go#L160: func Marshal(v any) ([]byte, error) {
encode.go#L177: b, err := Marshal(v)
github.com/apapsch/go-jsonmerge/v2
merge.go#L154: mergedBuff, err = json.Marshal(merged)
github.com/coinbase/cdp-sdk/go/openapi
client.gen.go#L1074: buf, err := json.Marshal(body)
client.gen.go#L1208: buf, err := json.Marshal(body)
client.gen.go#L1281: buf, err := json.Marshal(body)
client.gen.go#L1354: buf, err := json.Marshal(body)
client.gen.go#L1427: buf, err := json.Marshal(body)
client.gen.go#L1532: buf, err := json.Marshal(body)
client.gen.go#L1606: buf, err := json.Marshal(body)
client.gen.go#L1694: buf, err := json.Marshal(body)
client.gen.go#L1813: buf, err := json.Marshal(body)
client.gen.go#L1947: buf, err := json.Marshal(body)
client.gen.go#L2020: buf, err := json.Marshal(body)
client.gen.go#L2093: buf, err := json.Marshal(body)
github.com/golang-jwt/jwt/v5
token.go#L81: h, err := json.Marshal(t.Header)
token.go#L86: c, err := json.Marshal(t.Claims)
types.go#L145: return json.Marshal(s[0])
types.go#L148: return json.Marshal([]string(s))
github.com/google/uuid
null.go#L103: return json.Marshal(nu.UUID)
github.com/oapi-codegen/runtime
bindform.go#L111: if data, err := json.Marshal(field); err != nil { //nolint:staticcheck
deepobject.go#L70: buf, err := json.Marshal(i)
github.com/oapi-codegen/runtime/types
date.go#L15: return json.Marshal(d.Time.Format(DateFormat))
email.go#L21: return json.Marshal(string(e))
file.go#L33: return json.Marshal(b)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |