MCPcopy Index your code
hub / github.com/nocalhost/nocalhost / JSONEncoding

Struct JSONEncoding

pkg/nocalhost-api/pkg/cache/encoding.go:67–67  ·  view source on GitHub ↗

JSONEncoding

Source from the content-addressed store, hash-verified

65
66// JSONEncoding
67type JSONEncoding struct{}
68
69// Marshal json encode
70func (j JSONEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected