# 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.