Created
          January 21, 2016 13:25 
        
      - 
      
- 
        Save nipunbatra/9e44d86371b34b004328 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | In [16]: e = json.load(open("/Users/nipunbatra/Downloads/test_dk.txt",'r')) | |
| In [17]: e | |
| Out[17]: [[[2, 3], [4, 5]], [[1, 2], []]] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [ | |
| [ | |
| [2,3], | |
| [4,5] | |
| ], | |
| [ | |
| [1,2], | |
| [] | |
| ] | |
| ] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment