
The highest tagged major version is
v5.
Documentation
¶
Package decoders provides functions to decode encoded-string.
It allows developers to register custom encodings, that can be used
in json-schema for validation.
Register registers Decoder object for given encoding.
The Decoder type is a function, that returns
the bytes represented by encoded string.
Get returns Decoder object for given encoding, if found.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.