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

Method UnmarshalJSONArray

decode.go:233–233  ·  view source on GitHub ↗
(*Decoder)

Source from the content-addressed store, hash-verified

231// UnmarshalerJSONArray is the interface to implement to decode a JSON Array.
232type UnmarshalerJSONArray interface {
233 UnmarshalJSONArray(*Decoder) error
234}
235
236// A Decoder reads and decodes JSON values from an input stream.

Callers 3

decodeArrayNullMethod · 0.95
decodeArrayMethod · 0.65

Implementers 2

testSliceArraysStringsdecode_array_test.go
decUnsafedecode_unsafe.go

Calls

no outgoing calls

Tested by 1