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

NDJSON Colorizer

buster

|
32,579 installs
| (5) | Free
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 :)

Without :(

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"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft