Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SimpleJSONNew to Visual Studio Code? Get it now.
SimpleJSON

SimpleJSON

Noah Veltman

|
932 installs
| (2) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SimpleJSON

A very simple JSON formatter.

When installed, using Cmd+J (Mac) or Ctrl+J (Windows/Linux) will prettify the selected text as JSON, or prettify the entire document as JSON if no text is selected. You can also pick "Format JSON" from the context menu or the command palette to do the same thing.

JSON is prettified with json-stringify-pretty-compact, which is essentially the same as JSON.stringify(obj, null, " ") but will keep arrays and objects on a single line if they're 80 characters or less.

Options

There are no options.

Contact

noah@noahveltman.com

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