Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VsCode NDJsonNew to Visual Studio Code? Get it now.
VsCode NDJson

VsCode NDJson

Preview

Adriean Khisbe (Adrien Becchis)

|
14,918 installs
| (2) | Free
Language Support for NDJson (Newline Delimited JSON) files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-ndjson

Vscode extension to support NDJSON (newline delimited Json) files

Version Build Status

About

This was forked from NDJSON Colorizer, initially to add the content of the Grammar refactor and Language Diagnostic PR n°1 Pull request

Internaly it reuse json grammar and add some language support for JSON, syntax errors being notably displayed in the gutter.

NDJSON support Preview

NDJSON syntax highlight and language support preview

Configuration

  • 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