Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ jsonify
Function
jsonify
astrbot/dashboard/asgi_runtime.py:419–420 ·
view source on GitHub ↗
(payload: Any = None)
Source
from the content-addressed store, hash-verified
417
418
419
def
jsonify(payload: Any = None):
420
return
JSONResponse(payload
if
payload is not None
else
{})
421
422
423
async
def
make_response(*args):
Callers
1
group_detail
Function · 0.90
Calls
no outgoing calls
Tested by
1
group_detail
Function · 0.72