Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajitpratap0/GoSQLX
/ jsonResult
Function
jsonResult
wasm/main.go:173–176 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
jsonResult(v any) string {
174
b, _ := json.MarshalIndent(v,
""
,
" "
)
175
return
string(b)
176
}
177
178
func
main() {
179
js.Global().Set(
"gosqlxParse"
, js.FuncOf(parse))
Callers
2
validate
Function · 0.85
analyze
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected