BsonDataReader iteration of a list
I have a bson file that I exported from mongo using mongodump. I want to read that data in using C# and create JSON objects from it.
I have a bson file that I exported from mongo using mongodump. I want to read that data in using C# and create JSON objects from it.