msgpack-cli

command module
v0.0.0-...-f7d182b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2018 License: BSD-3-Clause Imports: 6 Imported by: 0

README

msgpack-cli

command line msgpack encoder & decoder

Overview

Building
    $ go install github.com/daskol/msgpack-cli
Usage
    $ msgpack-cli encode <<< "Hello, World!" > hello.msgpack
    $ msgpack-cli decode < hello.msgpack
    "Hello, World!"

Documentation

Overview

Tool msgpack-cli allows to encode MsgPack objects to JSON and decode MsgPack object from JSON.

Usage examples

$ msgpack-cli encode <<< "Hello, World!" > hello.msgpack
$ msgpack-cli decode < hello.msgpack
"Hello, World!"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL