vscode-xml2json icon indicating copy to clipboard operation
vscode-xml2json copied to clipboard

Convert XML from clipboard or current document/selection to JSON

Results 1 vscode-xml2json issues
Sort by recently updated
recently updated
newest added

I have only this minimal custom configuration: ```json "xml2json.options": { "explicitChildren": true, "preserveChildrenOrder": true }, ``` Yet every time I use it in the current file, I get this error...