xml2json
xml to json and json to xml convert
Details
Installs
- Total 45K
- Win 25K
- Mac 15K
- Linux 6K
May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 6 | 1 | 0 | 0 | 5 | 5 | 6 | 6 | 1 | 1 | 1 | 5 | 2 | 11 | 2 | 3 | 1 | 0 | 7 | 4 | 1 | 1 | 2 | 1 | 1 | 1 | 2 | 4 | 3 | 2 | 2 | 2 | 2 | 2 | 3 | 5 | 2 | 1 | 5 | 4 | 6 | 6 | 5 | 0 | 3 | 0 |
Mac | 4 | 1 | 0 | 0 | 3 | 7 | 3 | 1 | 4 | 1 | 3 | 4 | 2 | 2 | 4 | 2 | 0 | 0 | 3 | 3 | 5 | 2 | 2 | 0 | 0 | 0 | 2 | 2 | 0 | 2 | 1 | 3 | 2 | 1 | 1 | 4 | 3 | 0 | 0 | 3 | 6 | 1 | 3 | 2 | 0 | 1 |
Linux | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 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
thenPackage 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
thenxml2json
orxml2json pretty
orjson2xml
orjson2xml pretty
- or goto menubar
Tools
thenxml2json
- or bind some key in your user key binding:
{
"keys": ["ctrl+alt+shift+j"],
"command": "xml2json"
},
{
"keys": ["ctrl+alt+shift+l"],
"command": "json2xml"
}