vscode-json-editor icon indicating copy to clipboard operation
vscode-json-editor copied to clipboard

Does this plugin send user's JSON/data over the network or use any online service to function?

Open nkoll528 opened this issue 5 years ago • 1 comments

Hello! First off, this is a beautiful plugin. Thanks a lot for that!

I read in the plugin documentation it is based on https://jsoneditoronline.org. Our company restricts using any online JSON formatters due to data privacy concerns. That is the reason for this question.

Thanks in advance!

nkoll528 avatar Aug 13 '20 19:08 nkoll528

Please try my version of this extension. This version has not been maintained. The JSON editor code is all self-contained in the extension. I cannot guarantee that no data is transferred as I am not affiliated with that group.

VS Code Link https://marketplace.visualstudio.com/items?itemName=GregChamblin.vscode-json-editor

Repository Link https://github.com/gregchamblin/vscode-json-editor

gregchamblin avatar Jan 12 '21 14:01 gregchamblin