📌 Open the command palette by pressing Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (OS X).
🔍 Search for "JsonLint" in the command palette and select it.
🖱️ Select the code you want to beautify or validate the JSON syntax
Or you can search "JsonLint {} - From clipboard" and select it to lint/validate the JSON content present in the clipboard. The extension will validate the JSON syntax and display any errors or warnings in the panel.
Tips: 💡
If you'd like to assign a hotkey for JsonLint, go to your keyboard shortcut settings and bind the "JsonLint.launch" action to a custom key combination.
You may use this extension for validating JSON from VsCode terminal or debug console