msgpack-tools icon indicating copy to clipboard operation
msgpack-tools copied to clipboard

Command-line tools for converting between MessagePack and JSON / msgpack.org[UNIX Shell]

Results 9 msgpack-tools issues
Sort by recently updated
recently updated
newest added

msgpack2json: parse error: mpack_error_io (2) `msgpack2json -v msgpack2json version 0.6 MPack version 0.9dev -- https://github.com/ludocode/mpack RapidJSON version 1.0.2 -- http://rapidjson.org/ libb64 version 1.2.1 -- http://libb64.sourceforge.net/` I'm using GNU parallel with...

I was parsing a large msgpack file (sorry the file is confidential) mpack breakpoint hit at /home/nick/code/msgpack-tools/contrib/mpack-df17e83f0fa8571b9cd0d8ccf38144fa90e244d1/src/mpack/mpack-common.c:322

Support for the timestamp extension would be great. https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type Of course the format for the JSON side needs to be decided. My preference would ISO 8601 format.

The recent addition of continuous mode (`-c`/`-C`) to `msgpack2json` is great, as [for our use case](https://github.com/moio/evil-minions) we use concatenated files a lot. It is sometimes useful to manually edit the...

I downloaded a fresh tarball of the v6 release and make fails as below. I'm using gcc 11.3.0 under cygwin 64 on windows 11: ``` ~/msgpack-tools-0.6 $ make /usr/bin/cmake.exe -S/home/david/msgpack-tools-0.6...

I was recently using fuzz to conduct security testing on msgpack-tools, and found a bug in `json2msgpack` . The specific information is as follows: ``` ./json2msgpack -bli json2msgpack_poc -o /dev/null...

A clean checkout + `./configure` + `make` on my Arch linux system gives the following error: ``` contrib/rapidjson/include/rapidjson/document.h: In member function ‘rapidjson::GenericStringRef& rapidjson::GenericStringRef::operator=(const rapidjson::GenericStringRef&)’: contrib/rapidjson/include/rapidjson/document.h:319:82: error: assignment of read-only member...

update Mac OS X Homebrew install command

Got an error while trying to install via AUR: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value....