# Functions
NewDefaultDecoder constructs a default JSON decoder for Data Transfer.
NewValueDecoder constructs a decoder which deserializes JSONs into the Data Transfer's JSON representation.
Unmarshal decodes body by a default JSON decoder for Data Transfer.
# Structs
JSONNull denotes a JSON 'null' value.
ValueDecoder is a decoder which deserializes JSONs into the Data Transfer's JSON representation.