package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 22, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package formatter provides methods to convert JSON/XML
strings to provided types
type Formatter interface {
Unmarshal(data []byte, object interface{}) error
}
Formatter defines methods needed for all formatter types
New returns formatter instance based on specified format type (JSON or XML)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.