I am retrieving the data from mongodb.it is coming as bson document.
when i am converting it to json it throws system out of memory exception because of bulk data(lakhs of data) is coming from mongodb.
Is it possible to retrieve the data from mongodb in json format directly? how to resolve this.Any Help.Thanks in Advance.