# 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