mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 21:04:28 +00:00
6 lines
157 B
Go
6 lines
157 B
Go
package utils
|
|
|
|
// JSONMarshal is the standard definition of representing a Go structure in
|
|
// json format
|
|
type JSONMarshal func(interface{}) ([]byte, error)
|