Ben Taitelbaum
Ben Taitelbaum

Reputation: 7403

Better explanation of bson spec examples?

I'm trying to understand the examples on http://bsonspec.org/#/specification in terms of how the bytes map to the BNF-ish specification, but having a difficult time. Is the text that gets bold when you mouse over either side correctly synchronized with the other side?

Upvotes: 1

Views: 940

Answers (1)

John Feminella
John Feminella

Reputation: 311496

Yes. Here's the Ruby implementation's mapping if you want to verify that the constants are correct.

Upvotes: 2

Related Questions