# Packages

Package json is used for marshalling and unmarshalling.

# Functions

Decode is a convenience wrapper for decoding data into an Object.
Encode is a convenience wrapper for encoding to a []byte from an Encoder.

# Constants

JsonEncoder is a variable of type string.

# Interfaces

Serializer is a interface which declares encode and decode methods.