Beautify JSON
Beautify JSON.
Features
- Open new untitled / On current json file
- Whole file / Selected Text
Usage
# Notice: beautified result will replace whole file context.
Option 1
- Press
Cmd/Ctrl +Shift +J , quick beautify with default config.
Indent: 2
PrimitiveType: keep
Option 2
- Press
Cmd/Ctrl +Shift +P , choose Beautify JSON .
- On picker, select
Indent you want.
- On picker, select
Primitive Type solution.
Configuration
- Click
Settings Icon
- Search
json.indent
json.primitiveType
Enjoy😊
| |