MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / DisallowUnknownFields

Method DisallowUnknownFields

base/util.go:1465–1465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1463type JSONDecoderI interface {
1464 UseNumber()
1465 DisallowUnknownFields()
1466 Decode(v interface{}) error
1467 Buffered() io.Reader
1468 // Token() (json.Token, error) // Not implemented by jsoniter

Callers 4

ReadJSONFromMIMERawErrFunction · 0.80
readSanitizeJSONMethod · 0.80
fillConfigWithFlagsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected