xml2json
xml to json and json to xml convert
Details
Installs
- Total 46K
- Win 25K
- Mac 15K
- Linux 6K
| Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 2 | 3 | 0 | 1 | 3 | 4 | 3 | 3 | 3 | 2 | 1 | 4 | 2 | 2 | 3 | 3 | 0 | 2 | 2 | 4 | 3 | 2 | 2 | 0 | 2 | 1 | 3 | 0 | 3 | 2 | 2 | 1 | 4 | 5 | 2 | 2 | 2 | 1 | 0 | 4 | 4 | 4 | 3 | 1 | 2 |
| Mac | 0 | 1 | 2 | 0 | 2 | 2 | 2 | 1 | 1 | 3 | 0 | 0 | 2 | 5 | 4 | 2 | 1 | 0 | 1 | 1 | 2 | 3 | 2 | 3 | 0 | 1 | 1 | 2 | 3 | 2 | 2 | 0 | 1 | 0 | 6 | 4 | 1 | 1 | 0 | 1 | 5 | 3 | 3 | 2 | 3 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 1 | 3 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 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+PthenPackage Control: Install Package - look for
xml2jsonand install it. - OR, Clone or unpack to “xml2json” folder inside “Packages” of your Sublime installation.
Usage :
- use
cmd+shift+Pthenxml2jsonorxml2json prettyorjson2xmlorjson2xml pretty - or goto menubar
Toolsthenxml2json - or bind some key in your user key binding:
{
"keys": ["ctrl+alt+shift+j"],
"command": "xml2json"
},
{
"keys": ["ctrl+alt+shift+l"],
"command": "json2xml"
}