New Package: jsonian-mode

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • jsonian

  • I wrote a new major mode called jsonian-mode for editing JSON documents. json-mode has served me well for many years, but it doesn't hold up well on large documents. I wrote a new major mode jsonian-mode which parses only as necessary and minimizes the regex usage for syntax highlighting. This means that navigating very large files is faster. The json-snatcher (jsonian-path) function does not blow its stack on large files. It also includes a pretty nice utility for editing multi-line JSON strings (jsonian-edit-string).

  • json-snatcher

    Get the path to a JSON element in Emacs.

  • I wrote a new major mode called jsonian-mode for editing JSON documents. json-mode has served me well for many years, but it doesn't hold up well on large documents. I wrote a new major mode jsonian-mode which parses only as necessary and minimizes the regex usage for syntax highlighting. This means that navigating very large files is faster. The json-snatcher (jsonian-path) function does not blow its stack on large files. It also includes a pretty nice utility for editing multi-line JSON strings (jsonian-edit-string).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tree-sitter-json

    JSON grammar for tree-sitter

  • From curiosity and only, what's the cons/pros to json-tree-siter ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts