MCPcopy 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
434func toJSONString(v interface{}) string {
435 b, err := json.Marshal(v)
436 if err != nil {
437 return "{}"
438 }
439 return string(b)
440}

Callers 1

ClaudeToOpenAIRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected