Versions in this module Expand all Collapse all v0 v0.44.0 May 1, 2026 Changes in this version + func ValidateBaseURL(value, source string) error + type FilePathValue string + type ShowJSONOpts struct + ExplicitFormat bool + Format string + RawOutput bool + Stderr io.Writer + Stdout *os.File + Title string + Transform string v0.30.1 Mar 23, 2026 Changes in this version + const Version + var Command *cli.Command + var CommandErrorBuffer bytes.Buffer + var OutputFormats = []string + func ShowJSON(out *os.File, title string, res gjson.Result, format string, transform string) error + func ShowJSONIterator[T any](stdout *os.File, title string, iter jsonview.Iterator[T], format string, ...) error + type BodyContentType int + const ApplicationJSON + const ApplicationOctetStream + const EmptyBody + const MultipartFormEncoded + type FileEmbedStyle int + const EmbedIOReader + const EmbedText + type HasRawJSON interface + RawJSON func() string