package
1.16.0-beta.1
Repository: https://github.com/americanas-go/ignite.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewJson returns a new goccy/go-json plugin with default options.
NewJsonWithConfigPath returns a new goccy/go-json plugin with options from config path.
NewJsonWithOptions returns a new goccy/go-json plugin with options.
NewOptions returns options from config file or environment vars.
NewOptionsWithPath unmarshals a given key path into options and returns it.
Register registers a new goccy/go-json plugin for echo.
# Structs
DefaultJSONSerializer implements JSON encoding using encoding/json.
Json represents a goccy/go-json plugin for echo.
Options represents goccy/go-json plugin for fiber options.