json_pointer VS jwalk

Compare json_pointer vs jwalk and see what are their differences.

json_pointer

Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document (by xavier)

jwalk

Filesystem walk performed in parallel with streamed and sorted results (by Byron)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
json_pointer jwalk
- 1
11 205
- -
0.0 4.3
over 4 years ago 22 days ago
Elixir Rust
Apache License 2.0 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.

json_pointer

Posts with mentions or reviews of json_pointer. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning json_pointer yet.
Tracking mentions began in Dec 2020.

jwalk

Posts with mentions or reviews of jwalk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.
  • findlargedir: Linux and macOS filesystem "blackhole" directory finding tool
    3 projects | /r/commandline | 2 Oct 2022
    No, it's long known that parallel tree walking is able to process files/folders at better rates, especially for higher-throughput storages or even better, for hybrid or fully SSD storages. There are always some overheads on processing logic and there is no reason to wait for processing to finish while fetching another structure from disk, especially on high IOPS devices where single-thread programs are too slow. Since it's always better to refer to factual numbers, for instance comparison of Rust tree walkers, single-thread vs multiple-treads.

What are some alternatives?

When comparing json_pointer and jwalk you can also consider the following projects:

JSON-LD.ex - An implementation of JSON-LD for Elixir

json_web_token_ex - An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519

poison - An incredibly fast, pure Elixir JSON library

joken - Elixir JWT library

jwalk - Helper module for working with Erlang proplists, eep 18, map and mochijson-style JSON representations

jsone - Erlang JSON library

jsxn

jose - JSON Object Signing and Encryption (JOSE) for Erlang and Elixir

exjson - JSON parser and genarator in Elixir.

jsonapi - JSON:API Serializer and Query Handler for Elixir

tiny - A small, fast and fully compliant JSON parser in Elixir

json - Native JSON library for Elixir