MCPcopy Create free account
hub / github.com/couchbase/cbft / GetParserType

Method GetParserType

unmarshal.go:50–52  ·  view source on GitHub ↗

GetParserType returns the custom parser type

()

Source from the content-addressed store, hash-verified

48
49// GetParserType returns the custom parser type
50func (p *CustomJSONImpl) GetParserType() string {
51 return p.CustomJSONImplType
52}
53
54// Unmarshal abstracts the underlying json lib used
55func (p *CustomJSONImpl) Unmarshal(b []byte, v interface{}) error {

Callers 1

MustEncodeWithParserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected