How to handle big JSON file?

Hi there! I have big json file(15GB) and I need to save data from file to Mongo.
Of course, if I will try to use json_decode it will fast takes all RAM and will kill process.
Maybe you know how to better and correct handle such big file?

Import it directly using Mongo. Dont use code to do it.

Sponsor our Newsletter | Privacy Policy | Terms of Service