xml2json
xml to json and json to xml convert
Details
Installs
- Total 44K
- Win 24K
- Mac 14K
- Linux 6K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 1 | 2 | 5 | 0 | 3 | 4 | 0 | 0 | 0 | 5 | 0 | 2 | 3 | 5 | 2 | 0 | 2 | 0 | 2 | 3 | 2 | 7 | 6 | 1 | 2 | 1 | 4 | 8 | 3 | 6 | 1 | 1 | 1 | 1 | 7 | 3 | 7 | 2 | 1 | 6 | 5 | 1 | 2 | 5 | 1 |
Mac | 3 | 3 | 0 | 2 | 2 | 0 | 3 | 0 | 0 | 3 | 0 | 0 | 0 | 1 | 4 | 6 | 2 | 0 | 2 | 1 | 0 | 3 | 1 | 3 | 0 | 1 | 0 | 2 | 5 | 2 | 1 | 3 | 0 | 0 | 3 | 3 | 8 | 1 | 3 | 0 | 0 | 1 | 2 | 1 | 4 | 1 |
Linux | 0 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 1 | 3 | 1 | 1 | 0 | 2 | 1 | 2 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 0 | 4 | 1 | 2 | 1 | 1 | 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
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"
}