Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ toJSONString
Function
toJSONString
service/convert.go:434–440 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
432
}
433
434
func
toJSONString(v
interface
{}) string {
435
b, err := json.Marshal(v)
436
if
err != nil {
437
return
"{}"
438
}
439
return
string(b)
440
}
Callers
1
ClaudeToOpenAIRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected