Skip to content

airframe-codec: string-binary format encoding #634

@xerial

Description

@xerial

To represent binary values in JSON, should we assume BASE64 enconding by default? Open API is using BASE64 as a standard for binary data encoding in JSON.

JSON string -> msgpack StringValue -> decode as base64 -> Array[Byte]

Array[Byte] -> msgpack BinaryValue -> JSON String (base64 encoded)

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