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

Method UnmarshalJSON

benchmark/benchmark_ffjson.go:2690–2693  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(input []byte)

Source from the content-addressed store, hash-verified

2688
2689// Benchmark harness support for STK-REQ-004.
2690func (uj *SmallPayload) UnmarshalJSON(input []byte) error {
2691 fs := fflib.NewFFLexer(input)
2692 return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start)
2693}
2694
2695// Benchmark harness support for STK-REQ-004.
2696func (uj *SmallPayload) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error {

Callers

nothing calls this directly

Calls 1

UnmarshalJSONFFLexerMethod · 0.95

Tested by

no test coverage detected