Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RootbeerComputer/backend-GPT
/ dict_to_json
Function
dict_to_json
backend/server.py:19–20 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
17
return
completion.choices[0].text
18
19
def
dict_to_json(d):
20
return
d.__dict__
21
22
app = Flask(__name__)
23
CORS(app)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected