mongo-csharp-driver
mongo-csharp-driver copied to clipboard
CSHARP-1525 - Add DiscardBufferedData method to JsonReader
Added a method to JsonReader that allows a consumer to clear the memory use of the reader when reading very large JSON documents.
Came across this problem myself, found it in JIRA and thought I'd contribute!