Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON TranslatorNew to Visual Studio Code? Get it now.
JSON Translator

JSON Translator

leslie

|
3 installs
| (1) | Free
Translate string input to JSON output
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Translator

A VS Code extension that translate string to formatted JSON.

Features

  • Paste text in the Activity Bar sidebar and convert it to formatted JSON.
  • Handles plain JSON and escaped JSON strings (parsed recursively).

Usage

  1. Open the JSON Translator view from the Activity Bar.
  2. Paste your input.
  3. Click translate.
  4. Copy the result.

Example

Input:

"{\"name\":\"Alice\",\"city\":\"Shanghai\"}"

Output:

{
  "name": "Alice",
  "city": "Shanghai"
}

License

MIT

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