Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

xml​2json

by vontio ALL

xml to json and json to xml convert

Details

Installs

  • Total 45K
  • Win 25K
  • Mac 15K
  • Linux 6K
Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16
Windows 2 2 1 0 4 3 7 4 5 5 0 1 3 4 4 2 1 0 1 1 3 4 2 1 0 0 4 1 1 1 1 0 2 0 4 2 1 5 0 1 5 4 6 3 3
Mac 3 3 2 0 1 3 3 4 6 1 0 0 4 4 7 1 1 0 0 2 5 5 1 1 0 1 5 3 0 1 2 0 3 1 1 1 3 2 1 0 1 5 4 2 2
Linux 1 1 0 0 0 1 0 1 1 0 1 1 1 4 2 1 1 0 1 0 1 1 1 0 0 2 0 0 0 0 2 0 1 0 2 0 1 0 0 1 0 1 0 0 1

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"
    }