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

Method UnmarshalJSONObject

decode_array_test.go:389–395  ·  view source on GitHub ↗
(dec *Decoder, k string)

Source from the content-addressed store, hash-verified

387}
388
389func (o *ObjectArrayNull) UnmarshalJSONObject(dec *Decoder, k string) error {
390 switch k {
391 case "subarray":
392 return dec.ArrayNull(&o.SubArray)
393 }
394 return nil
395}
396
397func (o *ObjectArrayNull) NKeys() int {
398 return 1

Callers

nothing calls this directly

Calls 1

ArrayNullMethod · 0.80

Tested by

no test coverage detected