jsonian VS tree-sitter-json

Compare jsonian vs tree-sitter-json 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 tree-sitter-json
3 4
86 109
- 3.7%
7.2 6.5
5 months ago 10 days ago
Emacs Lisp JavaScript
GNU General Public License v3.0 only MIT License
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).

tree-sitter-json

Posts with mentions or reviews of tree-sitter-json. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
    21 projects | /r/emacs | 19 May 2023
    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))
  • Building tree-sitter languages for Emacs
    20 projects | /r/emacs | 30 Dec 2022
  • New Package: jsonian-mode
    3 projects | /r/emacs | 22 May 2022
    From curiosity and only, what's the cons/pros to json-tree-siter ?
  • JSON path of current cursor position?
    2 projects | /r/neovim | 25 Jul 2021

What are some alternatives?

When comparing jsonian and tree-sitter-json you can also consider the following projects:

emacs-groundup

diffsitter - A tree-sitter based AST difftool to get meaningful semantic diffs

vlfi - View Large Files in Emacs

json-rust - JSON implementation in Rust

swc - Rust-based platform for the Web

json-snatcher - Get the path to a JSON element in Emacs.

zee - A modern text editor for the terminal written in Rust [Moved to: https://github.com/zee-editor/zee]

zee - A modern text editor for the terminal written in Rust

tcount - Count your code by tokens and patterns in the syntax tree. A tokei/scc/cloc alternative.

tree-sitter - An incremental parsing system for programming tools

tree-sitter-bash - Bash grammar for tree-sitter

tree-sitter-ruby - Ruby grammar for tree-sitter