fhcrc / taxtastic

Create and maintain phylogenetic "reference packages" of biological sequences.
GNU General Public License v3.0
21 stars 10 forks source link

pretty-print CONTENTS.json #42

Closed nhoffman closed 13 years ago

nhoffman commented 13 years ago

I'd like this file to be human-readable. For example,

json.dumps(json.load(open("CONTENTS.json")), sort_keys = True, indent = 4)