Description
Parse CoffeeScript Object Notation files from Python programs. It helps tools read configuration or data written in CSON and convert it into Python structures.
This is a parser library, not a configuration editor. CSON is not JSON, so projects should document where it is accepted and validate loaded values before using them for application behavior.