Documentation ¶
Overview ¶
Package json offers an implementation of the codec.Codec interface for the json data format. It uses the https://golang.org/pkg/encoding/json/ pkg to en-/decode an entity to/from a byte slice.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Codec = &jsonCodec{}
Codec that encodes to and decodes from JSON.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.