convert xml file to json file or json file to xml file.
- 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.
- 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"
}