package
Version:
v0.0.0-...-5998bd7
Opens a new window with list of versions in this module.
Published: Nov 18, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Decoder interface {
Decode(interface{}) error
}
Decoder is the common interface shared by parsers
cf. encoding/json, etc
type Encoder interface {
Encode(interface{}) error
}
Encoder is the common interface shared by parsers
cf. encoding/json, etc
T is the common parser interface
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.