MCPcopy Index your code
hub / github.com/go-eagle/eagle / JSONEncoding

Struct JSONEncoding

pkg/encoding/json_encoding.go:14–14  ·  view source on GitHub ↗

JSONEncoding json格式

Source from the content-addressed store, hash-verified

12
13// JSONEncoding json格式
14type JSONEncoding struct{}
15
16// Marshal json encode
17func (j JSONEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected