jsonian VS .emacs.d

Compare jsonian vs .emacs.d and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jsonian .emacs.d
3 19
86 1,382
- -
7.2 5.2
5 months ago about 2 months ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jsonian

Posts with mentions or reviews of jsonian. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.
  • jsonian: Edit major mode for editing JSON files of any size
    1 project | /r/planetemacs | 29 Nov 2022
  • Can't learn emacs, can't use anything else (rant)
    5 projects | /r/emacs | 3 Sep 2022
    Regarding JSON, things are starting to improve: https://github.com/iwahbe/jsonian/ is pretty good, better than both javascript-mode and json-mode, even without the speed improvements.
  • New Package: jsonian-mode
    3 projects | /r/emacs | 22 May 2022
    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).

.emacs.d

Posts with mentions or reviews of .emacs.d. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.

What are some alternatives?

When comparing jsonian and .emacs.d you can also consider the following projects:

tree-sitter-json - JSON grammar for tree-sitter

consult - :mag: consult.el - Consulting completing-read

emacs-groundup

meow - Yet another modal editing on Emacs / 猫态编辑

vlfi - View Large Files in Emacs

expand-region.el - Emacs extension to increase selected region by semantic units.

dap-mode - Emacs :heart: Debug Adapter Protocol

link-hint.el - Pentadactyl-like Link Hinting in Emacs with Avy

configuration - My configs: OS setups, dotfiles, scripts and more.

org-download - Drag and drop images to Emacs org-mode

emacs4cl - A tiny DIY kit to set up vanilla Emacs for Common Lisp programming

objed - Navigate and edit text objects with Emacs. Development on pause.