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

xml​2json

by vontio ALL

xml to json and json to xml convert

Details

  • 1.1.0
  • github.​com
  • github.​com
  • 10 years ago
  • 39 minutes ago
  • 11 years ago

Installs

  • Total 44K
  • Win 24K
  • Mac 14K
  • Linux 6K
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 Sep 9 Sep 8
Windows 0 6 1 1 1 1 7 3 7 2 1 6 5 1 2 5 1 0 1 4 5 2 0 4 2 0 6 3 4 4 3 0 1 3 8 2 0 0 0 1 2 7 1 2 2 2
Mac 1 1 3 0 0 3 3 8 1 3 0 0 1 2 1 4 1 1 0 3 1 1 1 3 0 1 3 3 3 1 3 1 1 3 1 2 6 5 0 1 0 3 1 5 2 1
Linux 0 1 0 0 1 2 1 1 1 1 0 4 1 2 1 1 1 0 0 1 0 1 0 1 0 0 4 2 2 0 2 0 1 0 0 0 0 0 0 0 2 2 2 1 1 0

Readme

Source
raw.​githubusercontent.​com

Sublime xml to json and json to xml

convert xml file to json file or json file to xml file.

Installation:

  • you should use sublime package manager
  • use cmd+shift+P then Package Control: Install Package
  • look for xml2json and install it.
  • OR, Clone or unpack to “xml2json” folder inside “Packages” of your Sublime installation.

Usage :

  • use cmd+shift+P then xml2json or xml2json pretty or json2xml or json2xml pretty
  • or goto menubar Tools then xml2json
  • or bind some key in your user key binding:
{
     "keys": ["ctrl+alt+shift+j"],
     "command": "xml2json"
    },
    {
     "keys": ["ctrl+alt+shift+l"],
     "command": "json2xml"
    }