/vscode-json-serializer

Extension of visual studio code to serialize json file to the clipboard or new file

Primary LanguageJavaScriptApache License 2.0Apache-2.0

vscode json serializer

Version Installs Ratings

build

Average time to resolve an issuePercentage of issues still open

Maintainability Test Coverage

Welcome to the Serializer extension for Visual Studio Code! This extension provides the following features inside VS Code:

  • Serialize from json file or selected text to clipboard or another file
  • Serialize from selected json text in editor and replace in editor

Serialize Json to file

Features

Commands enabled:

  • Serialize from json file to clipboard
  • Serialize from json file to file
  • Serialize from selected json text in editor to clipboard
  • Serialize from selected json text in editor to file
  • Serialize from selected json text in editor and replace in editor

Release Notes

0.0.1

Initial release of Json Serializer.

Future features

Implementation of serializer from string to json with different approaches.