Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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格式
14
type
JSONEncoding
struct
{}
15
16
// Marshal json encode
17
func
(j JSONEncoding) Marshal(v
interface
{}) ([]byte, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected