CSON <=> JSON
====
Atom plugin. Convert JSON to CSON, and vice versa.
Just select the text to convert and select the convert to CSON/JSON command. In a JSON or CSON file, it converts the whole file.
This uses the CSON and json-beautify npm package.
Diffs from forked package
- Convertion based on grammar selection wasn't working - fixed
- json-beautify dependency used for better formatting