JSONPath.sh
JSONPath implementation in Bash for filtering, merging and modifying JSON (by bashtools)
jsonpath-rust
Support for json-path in Rust (by besok)
JSONPath.sh | jsonpath-rust | |
---|---|---|
1 | 2 | |
58 | 117 | |
- | 2.6% | |
5.8 | 6.3 | |
8 days ago | 23 days ago | |
Shell | Rust | |
GNU General Public License v3.0 or later | 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.
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.
JSONPath.sh
Posts with mentions or reviews of JSONPath.sh.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-03.
-
Show HN: Jb / json.bash – Command-line tool (and bash library) that creates JSON
Appreciated, Slightly related: https://github.com/bashtools/JSONPath.sh
jsonpath-rust
Posts with mentions or reviews of jsonpath-rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-02.
-
Version 0.6.0 of serde_json_path released: use functions in JSONPath queries!
How does this crate compare to jsonpath-rust? I can't tell at a glance what the differences are and why I'd choose one over another.
-
Best way to extract data with serde from a large api response?
Search json path rust, you can find two of them: https://github.com/besok/jsonpath-rust https://github.com/freestrings/jsonpath Not sure which is better.
What are some alternatives?
When comparing JSONPath.sh and jsonpath-rust you can also consider the following projects:
json.bash - Command-line tool and bash library that creates JSON
jless - jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
poorjson.sh - A tiny and POSIX Shell compatible (portable) JSON parser and query tool, written in pure POSIX Shell, within 60 lines of codes, only requires `sed`. Compatible with bash, dash, zsh, busybox and any other POSIX shell.
jsonpath - JsonPath engine written in Rust. Webassembly and Javascript support too
discord.sh - Write-only command-line Discord webhooks integration written in 100% Bash script
json - Strongly typed JSON library for Rust