MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / JSON

Method JSON

projects/Go/proto/proto/Order.go:130–132  ·  view source on GitHub ↗

Convert struct to JSON

()

Source from the content-addressed store, hash-verified

128
129// Convert struct to JSON
130func (s *Order) JSON() ([]byte, error) {
131 return fbe.Json.Marshal(s)
132}

Calls

no outgoing calls