Hey All,<div><br></div><div>Thanks for the awesome work on chemkit! It's been a pleasure to use and Kyle has been awesome about pushing out quick fixes to the few deficiencies I've found.</div><div><br></div><div>I'm writing about a quirk that's been bugging me in your chemjson / 'cjson' format.</div>
<div><br></div><div>This is perhaps illustrated best by example. Check <a href="https://gist.github.com/2924447">https://gist.github.com/2924447</a> for three "ethane.json" files, the first, the ChemicalJSON format from the openchemistry wiki. The second is the abbreviated entry from the ChEBI.json (<a href="http://github.com/itdaniher/PyChEBI">http://github.com/itdaniher/PyChEBI</a>) project. The third is the ChEBI (mostly) converted to Chemical JSON. </div>
<div><br></div><div>The issue that's been bugging me is that the third is an invalid Chemical JSON object due to the case-sensitive nature of the "Chemical JSON" version key. It would be awfully nice if I could standardize the key cases to either First Letter Capitalized or all lowercase. </div>
<div><br></div><div>Thoughts?</div><div>--</div><div>Ian</div>