Documentation
¶
Index ¶
- Variables
- func CborToJson(codec string, w io.Writer, r io.Reader) error
- func DWCborToJson(w io.Writer, r io.Reader) error
- func DWJsonToCbor(w io.Writer, r io.Reader) error
- func EDCborToJson(w io.Writer, enc Encoder, dec Decoder) error
- func EDJsonToCbor(enc Encoder, dec Decoder) error
- func JsonToCbor(codec string, w io.Writer, r io.Reader) error
- func UgorjiCborToJson(w io.Writer, r io.Reader) error
- func UgorjiJsonToCbor(w io.Writer, r io.Reader) error
- type Decoder
- type Encoder
Constants ¶
This section is empty.
Variables ¶
View Source
var Codecs = []string{"dw", "ugorji"}
View Source
var ErrCodecNotSupported = errors.New("codec not supported")
Functions ¶
func EDJsonToCbor ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.