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

Method UnmarshalJSON

benchmark/benchmark_ffjson.go:2332–2335  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(input []byte)

Source from the content-addressed store, hash-verified

2330
2331// Benchmark harness support for STK-REQ-004.
2332func (uj *MediumPayload) UnmarshalJSON(input []byte) error {
2333 fs := fflib.NewFFLexer(input)
2334 return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start)
2335}
2336
2337// Benchmark harness support for STK-REQ-004.
2338func (uj *MediumPayload) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error {

Callers

nothing calls this directly

Calls 1

UnmarshalJSONFFLexerMethod · 0.95

Tested by

no test coverage detected