Documentation ¶
Overview ¶
Package json exists because dynamic unmarshalling of JSON to either a Slice or Map is not easily afforded by encoding/json.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrPrimitiveRootType signals that a decoded data structure is primitive, // i.e. not an object or array, and therefore cannot be root. ErrPrimitiveRootType = errors.New("root type is primitive") // ErrMultipleRoots signals that multiple data structures were decoded. ErrMultipleRoots = errors.New("multiple roots") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.