MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / jsonToMap

Function jsonToMap

src/toolchain.go:241–247  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

239}
240
241func jsonToMap(content string) map[string]interface{} {
242
243 var tmpMap = make(map[string]interface{})
244 json.Unmarshal([]byte(content), &tmpMap)
245
246 return (tmpMap)
247}
248
249func jsonToMapInt64(content string) map[int64]interface{} {
250

Callers 4

updateServerSettingsFunction · 0.85
saveFilterFunction · 0.85
saveWizardFunction · 0.85
WebFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected