# Functions
Default returns the default marshaler object.
DefaultExt returns the default extension to use.
Detect auto-detects a marshaler for the given path.
No description provided by the author
IsCompressed returns if data is zip compressed.
# Variables
Exts contains a list of all the valid marshalable extension types.
No description provided by the author
JSON is a Marshaler that marshals and unmarshals JSON with indented printing.
No description provided by the author
Marshalers is a map of extension to a Marshaler object for that extension.
No description provided by the author
No description provided by the author
# Interfaces
Marshaler is a type that knows how to marshal and unmarshal data in one format.