Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TOON converterNew to Visual Studio Code? Get it now.
TOON converter

TOON converter

Carlos M. Hernández

|
1 install
| (0) | Free
Convert JSON to TOON and vice versa
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TOON converter extension

Overview

TOON converter is a Visual Studio Code extension that allows you to easily convert between JSON and TOON formats directly within the editor. It provides commands to convert entire files or selected text, making it simple to work with TOON data in your development workflow.

Features

  • Convert JSON to TOON: Use the command palette or right-click context menu to convert JSON files or selected text to TOON format.
  • Convert TOON to JSON: Convert TOON files or selected text to JSON format.
  • Context Menu Integration: Right-click on a text selection to access conversion commands.

Usage

  • Convert entire file: Open a JSON or TOON file, then use the command palette (Ctrl + shift + P):
    • JSON to TOON
    • TOON to JSON
  • Convert selection: Select text, right-click, and choose:
    • Convert selection to TOON
    • Convert selection to JSON

Installation

  1. Clone the repository:
      git clone https://github.com/cmhernandezdel/toon-vscode.git
      cd toon-vscode
    
  2. Install dependencies:
      npm install
    

Running Locally

To run and test the extension locally:

  1. Open the project folder in VS Code.
  2. Press F5 to launch a new Extension Development Host window.
  3. Open a JSON or TOON file, or select text, and use the command palette (Ctrl+Shift+P) or right-click context menu to access conversion commands.

Release Notes

See CHANGELOG.md for details.


Enjoy using TOON Converter! If you have feedback or issues, please open an issue on the repository.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft