Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2024 Changes in this version + func ReadJSON[T any](r *http.Request) (T, error) + func WriteInternalError(l *slog.Logger, w http.ResponseWriter, err error, msg string) + func WriteJSON[T any](w http.ResponseWriter, status int, v T) error + type TypeJSON int + const TypeJSONArray + const TypeJSONInvalid + const TypeJSONObject + const TypeJSONUnknown + func JSONType(payload []byte) TypeJSON