github.com/aminjam/goflat@v0.4.1-0.20160331105230-ec639fc0d5b3/.examples/output.json (about)

     1  
     2  { "repos" : [
     3    
     4    
     5    { "name": "repo1",
     6      "uri": "https://github.com/jane/repo1",
     7      "branch": "master",
     8      "passord": "team3"
     9    }
    10    
    11    
    12    
    13    ,{ "name": "repo2",
    14      "uri": "https://github.com/john/repo2",
    15      "branch": "develop",
    16      "passord": "team3"
    17    }
    18    
    19    
    20  ],
    21  "names": "repo1,repo2"
    22  }
    23