MCPcopy
hub / github.com/pallets/werkzeug / get_json

Method get_json

src/werkzeug/wrappers/response.py:596–596  ·  view source on GitHub ↗
(self, force: bool = ..., silent: t.Literal[False] = ...)

Source from the content-addressed store, hash-verified

594
595 @t.overload
596 def get_json(self, force: bool = ..., silent: t.Literal[False] = ...) -> t.Any: ...
597
598 @t.overload
599 def get_json(self, force: bool = ..., silent: bool = ...) -> t.Any | None: ...

Callers 1

jsonMethod · 0.95

Calls 1

get_dataMethod · 0.95

Tested by

no test coverage detected