-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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,
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels