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

JSON Translator

leslie

|
52 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 for formatting plain and escaped JSON.

Features

  • Automatic conversion while typing
  • Recursive parsing of escaped JSON
  • Collapsible JSON tree
  • Output search and copy

Usage

  1. Open the JSON Translator view from the Activity Bar.
  2. Paste your input.
  3. Search or copy the formatted result.

Example

Input:

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

Output:

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

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft