Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blues/note
/ MarshalJSON
Method
MarshalJSON
jsonxt/encode.go:225–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
223
// can marshal themselves into valid JSON.
224
type
Marshaler
interface
{
225
MarshalJSON() ([]byte, error)
226
}
227
228
// An UnsupportedTypeError is returned by Marshal when attempting
Callers
2
marshalerEncoder
Function · 0.65
addrMarshalerEncoder
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected