I have a long string in JSON format, and I want to convert it into a BSONDocument for insertion into a MongoDB database. How do I do the conversion? I'm using the official C# driver.
|
feedback
|
|
The answer is:
where genericjson is a string in json format. | ||||
|
feedback
|