package
0.64.11
Repository: https://github.com/grokify/mogo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
IndentBytes converts a JSON byte array into a prettified byte array.
IndentReader returns a byte slice of indented JSON given an `io.Reader`.
No description provided by the author
MarshalOrDefault returns the supplied default value in the event of an error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrintReaderIndent returns an indented JSON byte array given an `io.Reader`.
Unescape is designed to unescape a stringified JSON.
UnmarshalAny will unmarshal anything to `v`, including first marshalling anything that is not a byte array to a JSON byte array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnmarshalStrict returns an error when the destination is a struct and the input contains object keys which do not match any non-ignored, exported fields in the destination.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Type aliases

Bool implements a tolerant reader for `bool` type.
Int64 implements a tolerant reader for `int64` type.
String implements a tolerant reader for `string` type, including flexible input conversion to strings from numbers and integers.