bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Strip comment from JSON save file #82

Closed bkloppenborg closed 10 years ago

bkloppenborg commented 10 years ago

The comment line in SIMTOI's JSON save files prohibits Python's JSON library from reading the file. Although I think comments of the style are allowed, it may just be easier to remove the comment line to ensure compatibility.