MCPcopy Create free account
hub / github.com/pallets/quart / jsonify

Function jsonify

src/quart/json/__init__.py:46–47  ·  view source on GitHub ↗
(*args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

44
45
46def jsonify(*args: Any, **kwargs: Any) -> Response:
47 return current_app.json.response(*args, **kwargs) # type: ignore

Callers 2

jsonFunction · 0.90
echoFunction · 0.90

Calls

no outgoing calls

Tested by 2

jsonFunction · 0.72
echoFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…