MCPcopy Create free account
hub / github.com/pquerna/ffjson / C

TypeAlias C

tests/ff.go:1033–1033  ·  view source on GitHub ↗

C implements Marshaler and returns unescaped JSON.

Source from the content-addressed store, hash-verified

1031
1032// C implements Marshaler and returns unescaped JSON.
1033type C int
1034
1035// MarshalJSON func
1036func (C) MarshalJSON() ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected