Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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: 2024-10-14T12:53:52.947Z (2 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
```