package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Jun 15, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Decode decodes the reader data.
Marshal delegates to json.Marshal
It is only here so this package can be a drop-in for common encoding/json uses
NewEncoder delegates to json.NewEncoder
It is only here so this package can be a drop-in for common encoding/json uses
func Unmarshal(b []byte, v interface{}) error
Unmarshal unmarshals the given data.
A Duration represents the elapsed time between two instants.
UnmarshalJSON unmarshals b from string if double quotes around e.g. "1m10s" or an int in nanosecond.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.