Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/francoispqt/gojay
/ MarshalJSONObject
Method
MarshalJSONObject
encode.go:156–156 ·
view source on GitHub ↗
(enc *Encoder)
Source
from the content-addressed store, hash-verified
154
// MarshalerJSONObject is the interface to implement for struct to be encoded
155
type
MarshalerJSONObject
interface
{
156
MarshalJSONObject(enc *Encoder)
157
IsNil() bool
158
}
159
Callers
10
encodeObject
Method · 0.65
Object
Method · 0.65
ObjectWithKeys
Method · 0.65
ObjectOmitEmpty
Method · 0.65
ObjectNullEmpty
Method · 0.65
ObjectKey
Method · 0.65
ObjectKeyWithKeys
Method · 0.65
ObjectKeyOmitEmpty
Method · 0.65
ObjectKeyNullEmpty
Method · 0.65
AddObject
Method · 0.65
Implementers
15
Request
decode_embedded_json_test.go
slicesTestObject
decode_slice_test.go
TestObjEmpty
encode_array_test.go
testObject
gojay_test.go
testObject0Keys
gojay_test.go
testObjectComplex
gojay_test.go
testObjectWithUnknownType
encode_object_test.go
TestEncoding
encode_object_test.go
SubObject
encode_object_test.go
testEncodingObjInterfaces
encode_object_test.go
TestObectOmitEmpty
encode_object_test.go
TestObectOmitEmptyInterface
encode_object_test.go
Calls
no outgoing calls
Tested by
no test coverage detected