Skip to content

Conversation

@BorisDog
Copy link
Contributor

This PR updates the leaf nodes structure from

{
    "right": {
        "right": "...",
        "left": "..."
    },
    "left": {
        "right": "...",
        "left": "..."
    }
}

to

{
    "right": {
        "rightValue": "...",
        "leftValue": "..."
    },
    "left": {
        "rightValue": "...",
        "leftValue": "..."
    }
}

In deep_bson.json

Please complete the following before merging:

  • [v] Is the relevant DRIVERS ticket in the PR title?
  • [v] Update changelog.
  • [v] Test changes in at least one language driver.
  • [] Test these changes against all server versions and topologies (including standalone, replica set, and sharded
    clusters). NA

@BorisDog BorisDog requested a review from a team as a code owner January 21, 2026 21:24
@BorisDog BorisDog requested review from dariakp, jyemin and vbabanin and removed request for a team January 21, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant