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

Function json

tests/test_basic.py:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 @app.route("/json/", methods=["POST"])
37 async def json() -> ResponseReturnValue:
38 data = await request.get_json()
39 return jsonify(data)
40
41 @app.route("/implicit_json/", methods=["POST"])
42 async def implicit_json() -> ResponseReturnValue:

Callers

nothing calls this directly

Calls 2

jsonifyFunction · 0.90
get_jsonMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…