ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CSON Converter

by idleberg ST3

Convert JSON to CSON, and vice versa.

Labels converter, cson, json

Details

Installs

  • Total 762
  • Win 294
  • Mac 379
  • Linux 89
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CSON Converter

The MIT License GitHub release

Converts CSON, JSON and XML

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+p)
  3. Type Converter and press Enter
  4. Repeat steps 2 and 3 to install “Better CoffeeScript”

With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!

Manual installation

Since package dependencies are handled by Package Control, manual installation is not advised! If you still want to install from source, you probably know what you are doing so we won’t cover that here.

Usage

The Command Palette currently offers the following commands:

  • Convert: CSON to JSON
  • Convert: CSON to XML
  • Convert: JSON to CSON
  • Convert: JSON to XML
  • Convert: XML to CSON
  • Convert: XML to JSON

Note: Since conversion is based on scope, make sure the a supported CoffeeScript package is installed as well. Using Better CoffeeScript is recommended, though CoffeeScript, IcedCoffeeScript and Mongoose CoffeeScript are also supported.

Keyboard Shortcuts

The following examples all use the macOS shortcuts, for Linux or Windows use Ctrl+Alt rather than Cmd+Alt.

Memorizing the keyboard shortcuts for conversion is easy. Just think of C for CSON, J for JSON, and X for XML:

Action Mnemonic Shortcut
CSON to JSON “C to J” Ctrl+C, Ctrl+J
CSON to XML “C to X” Ctrl+C, Ctrl+X
JSON to CSON “J to C” Ctrl+J, Ctrl+C
JSON to XML “J to X” Ctrl+J, Ctrl+X
XML to CSON “J to C” Ctrl+X, Ctrl+C
XML to JSON “J to X” Ctrl+X, Ctrl+J

Settings

Some of the default conversion settings can be modified from the Package Settings menu:

  • Indentation level (int)
  • Sort keys (boolean)

License

This work is licensed under the The MIT License.