package
0.0.18
Repository: https://github.com/jf-tech/go-corelib.git
Documentation: pkg.go.dev

# Functions

BestEffortMinifyJSON reformats a json string to be minimal, ignoring any error.
BestEffortMinifyMarshal returns a mninified JSON encoding of v.
BestEffortPrettyJSON reformats a json string to be pretty, ignoring any error.
BestEffortPrettyMarshal does a best effort JSON marshaling of 'v' with human readable output.
PrettyJSON reformats a json string to be pretty.
PrettyMarshal does a JSON marshaling of 'v' with human readable output.

# Variables

BMJ is a shortcut to BestEffortMinifyJSON.
BMM is a shortcut to BestEffortMinifyMarshal.
BPJ is a shortcut (mostly used in tests) to BestEffortPrettyJSON.
BPM is a shortcut (mostly used in tests) to BestEffortPrettyMarshal.