cson : CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.. You can installing cson npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install cson $ sudo npm install -g cson
If want to update the cson package execute the command as below,
$ sudo npm update cson
Update package globally,
$ npm install -g cson
$ sudo git clone https://github.com/rektide/cson.git
$ sudo npm install -g ./cson
cson@4.1.0 /usr/lib/node_modules/cson
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cson
Package Name | cson |
Version | 4.1.0 |
Description | CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects. |
Released Date | 2017-04-10T00:58:45.315Z |
Published by | bevryme |
How to Learn | https://www.npmjs.com/package/cson/tutorial |