package
0.0.0-20201103190739-32f242e2dbde
Repository: https://github.com/tidwall/transform.git
Documentation: pkg.go.dev
# Packages
Package test_proto is a generated protocol buffer package.
# Functions
Gunzipper will gunzip the input reader.
Gzipper will gzip the input reader.
JSONToMsgPack returns an io.Reader that converts JSON messages into MsgPack messages.
JSONToPrettyJSON returns an io.Reader that converts JSON messages by making them more human readable using indentation and linebreaks.
JSONToProtoBuf returns an io.Reader that converts JSON messages into Protocol Buffers.
JSONToUglyJSON returns an io.Reader that converts JSON messages by removing all unneeded whitespace.
MsgPackToJSON returns an io.Reader that converts MsgPack messages into JSON messages.
ProtoBufToJSON returns an io.Reader that converts Proto Buffer messages into JSON.