The Max depth of the json is more than 200 due to which while inserting data into mongo Db its failing with above error.. Any help would be appreciated
I tried setting this value :
BsonDefaults.MaxSerializationDepth = 1000;
but no luck has the Bson document Max is 200 ..