Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON Helper {}New to Visual Studio Code? Get it now.
JSON Helper {}

JSON Helper {}

mdnu066

|
13 installs
| (1) | Free
This VS Code extension provides a quick and easy way to convert JSON strings into JS objects and JSON into its JS String form
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Helper

This VS Code extension provides a quick and easy way to convert JSON strings into JS objects and JSON into string

Features

  • JSON.parse: Convert the selected JSON into JS objects and copies the conversion to clipboard.
  • JSON.stringify: Convert the selected string into JSON and copies the conversion to clipboard.

Usage

  1. Open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Type JSON. and select either JSON.parse or JSON.stringfy depending on your need.
  3. Also you can use the extension shortcuts ctrl+numpad1 to convert selected json to string and ctrl+numpad2 for converting the string to json.

In the below Attachment, i have demonstrated the feature using shortcuts

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