VOOZH about

URL: https://marketplace.visualstudio.com/items?itemName=buster.ndjson-colorizer

⇱ NDJSON Colorizer - Visual Studio Marketplace


Skip to content
👁 Image
Sign in
Visual Studio Code>Programming Languages>NDJSON ColorizerNew to Visual Studio Code? Get it now.
👁 NDJSON Colorizer

NDJSON Colorizer

colorizes NDJSON (Newline Delimted JSON) files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NDJSON Colorizer 👁 Version

colorizes NDJSON (Newline Delimited JSON) files

With :)

👁 Image

Without :(

👁 Image

FYI

  • By default only *.ndjson files are colorized.
  • You can update your settings file(s) as needed, using "files.associations":
{
 // ...

 "files.associations": {
 "*.db": "ndjson",
 "*.jsonl": "ndjson",
 "*.njson": "ndjson"
 }
}