JamesNK / Newtonsoft.Json.Bson

Json.NET BSON adds support for reading and writing BSON to Json.NET
MIT License
55 stars 23 forks source link

Collections are written by BsonDataWriter as objects instead of array #10

Closed daniel-schroeder-zeiss closed 6 years ago

daniel-schroeder-zeiss commented 6 years ago

@JamesNK: You closed issue #9 as limitation of BSON. Could you elaborate on this? As far as I see in the specification (http://bsonspec.org/spec.html) it is easily possible to differentiate between objects and arrays.

JamesNK commented 6 years ago

Except the root document.