MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / JSON

Function JSON

display.go:407–409  ·  view source on GitHub ↗
(json map[string]interface{})

Source from the content-addressed store, hash-verified

405}
406
407func JSON(json map[string]interface{}) Data {
408 return MakeData(MIMETypeJSON, json)
409}
410
411func Latex(latex string) Data {
412 return MakeData3(MIMETypeLatex, latex, "$"+strings.Trim(latex, "$")+"$")

Callers

nothing calls this directly

Calls 1

MakeDataFunction · 0.85

Tested by

no test coverage detected