MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddObjectNull

Method AddObjectNull

decode_object.go:366–368  ·  view source on GitHub ↗

AddObjectNull decodes the JSON value within an object or an array to a UnmarshalerJSONObject.

(v interface{})

Source from the content-addressed store, hash-verified

364
365// AddObjectNull decodes the JSON value within an object or an array to a UnmarshalerJSONObject.
366func (dec *Decoder) AddObjectNull(v interface{}) error {
367 return dec.ObjectNull(v)
368}
369
370// Object decodes the JSON value within an object or an array to a UnmarshalerJSONObject.
371func (dec *Decoder) Object(value UnmarshalerJSONObject) error {

Callers 1

UnmarshalJSONObjectMethod · 0.80

Calls 1

ObjectNullMethod · 0.95

Tested by 1

UnmarshalJSONObjectMethod · 0.64