MCPcopy Create free account
hub / github.com/buger/jsonparser / UnmarshalJSON

Method UnmarshalJSON

benchmark/benchmark_ffjson.go:55–58  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(input []byte)

Source from the content-addressed store, hash-verified

53
54// Benchmark harness support for STK-REQ-004.
55func (uj *CBAvatar) UnmarshalJSON(input []byte) error {
56 fs := fflib.NewFFLexer(input)
57 return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start)
58}
59
60// Benchmark harness support for STK-REQ-004.
61func (uj *CBAvatar) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error {

Callers

nothing calls this directly

Calls 1

UnmarshalJSONFFLexerMethod · 0.95

Tested by

no test coverage detected