Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Add some CLI examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed May 26, 2010
1 parent bed0760 commit 7a021b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -42,6 +42,11 @@ As a convenience and for debugging, `bin/json2msgpack` and `bin/msgpack2json`
are provided to convert JSON data to and from MessagePack data, reading from
stdin and writing to stdout.

% echo '[1, 2, 3]' | ./bin/json2msgpack | xxd -
0000000: 9301 0203 ....
% echo '[1, 2, 3]' | ./bin/json2msgpack | ./bin/msgpack2json
[1,2,3]

### Building and installation

This module depends on an unreleased feature of node.js; you must build it
Expand Down

0 comments on commit 7a021b1

Please sign in to comment.