Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Recursive msgpack2json with maps #4

Description

@xor-gate

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions