1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 21:04:28 +00:00
fiber/utils/json_marshal.go
2021-01-25 13:48:07 -06:00

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)