sublime-xml2json
sublime-xml2json copied to clipboard
xml to json and json to xml convert
Tried installing xml2json on sublime text 3. Immediately, I received the error mentioned above. There is no module UserDict in Sublime Text 3. I am not sure if there is...
Documentation might need some updating, or application might require more meaningful implementation # Doesn't Work ## Mimicing Command Palette ``` [ { "keys": ["ctrl+alt+shift+j"], "command": "xml2json pretty" }, { "keys":...
Hi, I see that converting xml to json doesn't preserve even slightly exotic UTF8 characters, but converts them into \uXXXX format. For example... `é` becomes `\u00e9` Perhaps there's a way...
Not sure whats wrong here, its basically a fresh install (via ubuntu universe 'sublime-text' package) ``` Traceback (most recent call last): File "xmltodict in /home/developer/.config/sublime-text-3/Installed Packages/xml2json.sublime-package", line 201, in parse...