Skip to content

Configurable Base64 Option #2

@Merenon

Description

@Merenon

I know from the msgpack Linux packages, that there's an option to display binary data as base64 encoded string. This would also be helpful for this plugin:

$ msgpack2json -h
[...]
-b  Convert bin to base64 string with "base64:" prefix
-B  Convert bin to base64 string with no prefix

Which would convert, for example, to:

[
    35,
    "base64:AA==",
    1337,
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions