cson-parser
Convert JSON to CSON, and vice versa
MrDallOca 651 2 0.1.0 MIT GitHub

CSON <=> JSON

====

Atom plugin. Convert JSON to CSON, and vice versa.

Demo

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