package
1.8.1
Repository: https://github.com/nextmv-io/sdk.git
Documentation: pkg.go.dev

# Functions

Gob returns a new binary value decoder.
JSON creates a JSON decoder.
XML creates a JSON decoder.

# Structs

GobDecoder is a Decoder that decodes a gob into a struct.
JSONDecoder is a Decoder that decodes a json into a struct.
XMLDecoder is a Decoder that decodes a json into a struct.

# Interfaces

Decoder defines a decoder.