Skip to content

Add raw type for defered type decoding #4

Description

@pkedy

In certain cases, an application may want to defer deserialization of a data type until it can determine the type of data enclosed in the payload. Similar to Go's json.RawType, raw would be a way of express that raw encoded data is here and preserve the raw encoded bytes. This is different than bytes in that the encoding still contains the actual data types (e.g. object, array, string, primitives) vs being an actual array of bytes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions