vscode json serializer
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
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.
| |