Hi Nicolas,
I'm using the msgpack2json tool to convert a messagepack logfile to json.
How the file is formatted (where every map is a log record):
<map>5 key-values</map>
<map>5 key-values</map>...... many more
Currently the tool only converts the first map and then stops. I know it is not valid JSON but is it possible to fetch all the maps until the file is done (and all map records are converted)?
Hi Nicolas,
I'm using the msgpack2json tool to convert a messagepack logfile to json.
How the file is formatted (where every map is a log record):
Currently the tool only converts the first map and then stops. I know it is not valid JSON but is it possible to fetch all the maps until the file is done (and all map records are converted)?