How to fix : Unable to cast object of type 'MongoDB.Bson.BsonArray' to type 'MongoDB.Bson.BsonBoolean' – Asp.net
I have an ASP.NET API to handle data going to a Mongo database. I need to also send some dynamic / irregular data for a number of documents, that'll have a couple of extra properties. I'm trying to use this…