Skip to content

quanzaiyu/vscode-json-enhanced

Repository files navigation

Json Enhanced

Version Installs Downloads Rating The MIT License

Features

  • Fix JSON
  • Uglify JSON
  • Beautify JSON
  • Escape JSON
  • Unescape JSON
  • Validate JSON
  • XML to JSON
  • XML to JSON from clipboard
  • JSON to YAML
  • YAML to JSON

Supported languages

  • json

Usage

Fix JSON

  1. Open a json file.
  2. Write some wrong code.
  3. Run the command named Fix JSON or use shortcut Ctrl + Alt + F.

If cannot fix code, statusbar show wrong information

Uglify JSON

  1. Open a json file.
  2. Run the command named Uglify JSON.

Beautify JSON

  1. Open a json file.
  2. Run the command named Beautify JSON.

Escape JSON

  1. Open a json file.
  2. Run the command named Escape JSON.

Unescape JSON

  1. Open a json file.
  2. Run the command named Unescape JSON.

Validate JSON

  1. Open a json file.
  2. Run the command named Validate JSON.

XML to JSON

  • XML to JSON
  • XML to JSON from clipboard

JSON to YAML / YAML to JSON

  • JSON to YAML
  • YAML to JSON

Shortcuts

  • Fix JSON: Ctrl + Alt + F

Supported settings

vscode-json-enhanced.indentationSpaces

Type: Number | Null
Default: null
Description: Number of spaces to use for indentation of formatted JSON output. If not set, your editor.tabSize setting is used.

Based On

References

About

All json features and json tools in one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published