26 May
                
                    2014
                
            
            
                26 May
                
                '14
                
            
            
            
        
    
                5:35 p.m.
            
        On Mon, May 26, 2014 at 05:12:59PM +0200, Daniel Quinn <daniel.quinn@ripe.net> wrote a message of 141 lines which said:
The key is to remember that you need to break up that Great Big File into separate result blobs, either by looping over a fragmented file's lines, or by parsing the whole JSON file into memory first and parsing out each result.
OK, thanks, it works now.