package
1.9.0
Repository: https://github.com/ibrt/golang-bites.git
Documentation: pkg.go.dev

# Functions

MustIndent is like json.Indent but panics on error.
MustIndentDefault is like MustIndent with prefix = "" and indent = " ".
MustIndentDefaultString is like MustIndentString with prefix = "" and indent = " ".
MustIndentString is like MustIndent but returns a string.
MustMarshal is like json.Marshal but panics on error.
MustMarshalIndent is like json.MarshalIndent but panics on error.
MustMarshalIndentDefault is like MustMarshalIndent with prefix = "" and indent = " ".
MustMarshalIndentDefaultString is like MustMarshalIndentDefault with prefix = "" and indent = " ".
MustMarshalIndentString is like MustMarshalIndent but returns a string.
MustMarshalString is like MustMarshal but returns a string.