Documentation ¶
Overview ¶
Package json allows for different implementations of JSON serializing, as well as extra optional types needed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type OptionBool ¶
type OptionBool = *bool
type Raw ¶
type Raw []byte
Raw is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding. It's taken from encoding/json.
func (Raw) MarshalJSON ¶
Raw returns m as the JSON encoding of m.
func (*Raw) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.