MCPcopy
hub / github.com/dosco/graphjin / printJSON

Function printJSON

tests/dbint_test.go:1190–1192  ·  view source on GitHub ↗
(val []byte)

Source from the content-addressed store, hash-verified

1188}
1189
1190func printJSON(val []byte) {
1191 fmt.Println(stdJSON(val))
1192}
1193
1194var re = regexp.MustCompile(`([:,])\s|`)
1195

Calls 1

stdJSONFunction · 0.85

Tested by

no test coverage detected