Skip to content

Support top level arrays #119

@Davenchy

Description

@Davenchy

I think you can support top level arrays now as specified in BSON spec.

  • Array: The document for an array is a normal BSON document with integer values for the keys, starting with 0 and continuing sequentially.

For example, the array ['red', 'blue'] would be encoded as the document {'0': 'red', '1': 'blue'}. The keys must be in ascending numerical order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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