I want to store a JSON string in an array format in MongoDB.This is my C# code for storing notification into MongoDB, here the field \"Event_meta\" field sending as a JSON strin
Make your Event_meta field type into BsonDocument and deserialize as BsonDocument. Or make your Notifications class as mapper class like Mongo Doc