MCPcopy Create free account
hub / github.com/dinedal/textql / MarshalJSON

Method MarshalJSON

sqlparser/sqltypes/sqltypes.go:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288}
289
290func (n Numeric) MarshalJSON() ([]byte, error) {
291 return n.raw(), nil
292}
293
294func (f Fractional) raw() []byte {
295 return []byte(f)

Callers

nothing calls this directly

Calls 1

rawMethod · 0.95

Tested by

no test coverage detected