package
0.0.0-20220822164348-1fb92f6f5a50
Repository: https://github.com/vardius/go-api-boilerplate.git
Documentation: pkg.go.dev

# README

json GoDoc

Package response provides helpers and utils for working with HTTP response

Download:

go get -u github.com/vardius/go-api-boilerplate/pkg/http/response/json

Package json provides helpers and utils for working with HTTP response

# Functions

JSON returns data as json response.
JSONError returns data as json response uses JSON internally.
MustJSON returns data as json response will panic if unable to marshal payload into JSON object uses JSON internally.
MustJSONError returns data as json response will panic if unable to marshal error into JSON object uses JSONError internally.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author