I'm working with the mongo-c-driver and I have a doubt with the BSON library. As you can see here, there are a lot of functions to append data to already existent bson document (We are talking about bson documents in memory, not stored in the database). But I can't find one to update or delete an already existent field. There is a way to modify already existent fields?
Best regards, thanks for your time,
Héctor