sublime-xml2json
sublime-xml2json copied to clipboard
xml to json and json to xml convert
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"
}