vibraphone / cjson-bson

cJSON with support for BSON serialization
MIT License
1 stars 1 forks source link

Probably don't need to detect Array vs Object #1

Open vibraphone opened 9 years ago

vibraphone commented 9 years ago

After some review, it seems like the 0x03 (embedded document) vs 0x04 (array) tag in the BSON spec is meant to encode dictionaries. But there is not much documentation and the only documented examples don't cover the use of the embedded document.