https://github.com/sapics/json_to_msgpack
Node command line tool for JSON to MessagePack converter
https://github.com/sapics/json_to_msgpack
Last synced: 2 months ago
JSON representation
Node command line tool for JSON to MessagePack converter
- Host: GitHub
- URL: https://github.com/sapics/json_to_msgpack
- Owner: sapics
- License: mit
- Created: 2015-09-01T09:16:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T11:50:46.000Z (over 9 years ago)
- Last Synced: 2025-02-19T12:53:28.446Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json_to_msgpack
Node command line tool for JSON to MessagePack converter```command
git clone https://github.com/sapics/json_to_msgpack.git
cd json_to_msgpack
npm install
node json_to_msgpack.js /var/www/testdata
```