CSON is the readable configuration format of the CoffeeScript ecosystem — but most tools, APIs and stores speak JSON. Reading a CSON file into code used to mean pulling in a parser dependency, or worse, hand-converting indentation into braces. Both are unnecessary when the conversion is one click away.
Convert CSON to JSON parses indented blocks, block arrays, brace-wrapped objects, comments and quoted strings into a clean JSON document. Comments are stripped, types are preserved, and the output is formatted for reading or reuse.