Skip to content

JSONL Native Reader 0.2.0

Choose a tag to compare

@keta1930 keta1930 released this 26 Sep 06:21
· 1 commit to main since this release

Read JSONL and NDJSON as a complete formatted JSON array in VS Code's native read-only editor.

  • Automatically open JSONL and NDJSON in the reader, with an opt-out setting and direct access to source files.
  • Preserve original numeric literals, duplicate keys, key order and string escapes.
  • Search, select and copy the full document; refresh changed sources and cancel formatting.
  • Large files remain complete and searchable. VS Code may disable syntax highlighting and folding, and source-line navigation is limited beyond its extension synchronization threshold.

Install the attached VSIX using Extensions → Install from VSIX. Requires VS Code 1.96 or later.

The package uses the candidate publisher ID keta1930. Marketplace publisher ownership verification and listing publication are pending; this GitHub release does not imply Marketplace availability.

Authors: keta1930 and codex-gpt-6-astra. MIT licensed.