issues Search Results · repo:bashtools/JSONPath.sh language:Shell
Filter by
12 results
(69 ms)12 results
inbashtools/JSONPath.sh (press backspace or delete to remove)The README calls out npm as an option to install, but it seems stuck on 0.0.18.
cburgmer
- 1
- Opened on Sep 15, 2024
- #17
It seems that the path used in
https://github.com/bashtools/JSONPath.sh/blob/ce89800d1f0d4e265fccf69e007ad5ea827edc8a/ensure_deps.sh#L34C22-L34C61 is
not valid anymore for the current Homebrew installation. ...
cburgmer
- 2
- Opened on Jul 17, 2024
- #15
IETF RFC 9535 defines a proposed standard for JSONPath. Other resources:
- A partial Compliance Test Suite.
- Behaviours of various implementations can be checked in the comparison project. Please ...
glyn
- Opened on Feb 23, 2024
- #14
@cburgmer s JSONPath comparison project is currently discussing some issues relating to a proposed implementation of
JSONPath known as Proposal A . May I encourage you to get involved if you are interested ...
glyn
- 1
- Opened on Jun 10, 2020
- #13
It would be great to have the option to get the line number where the match was found.
miniHive
- Opened on Nov 13, 2019
- #10
The following tests fail against Ubuntu 18.04:
TEST: test/flatten-test.sh
1..57
... snip ...
ok 14 - flatten/goessner.net.expanded.argp2
--- - 2019-09-29 17:41:37.492358300 +0000
+++ flatten/goessner.net.expanded_argp3.flattened ...
cburgmer
- 1
- Opened on Sep 29, 2019
- #9
I can reproduce the following two queries failing when running ./all-tests.sh:
$ cat test/valid/goessner.net.expanded.argp20
$.store.book[?(@.title j )].title
$ cat test/valid/goessner.net.expanded.argp21 ...
cburgmer
- Opened on Sep 29, 2019
- #8
$ echo { a : 1} | ./JSONPath.sh -j $.a
{
0000 a :
,
a :
,
{
0000 a :1
}
$ uname -sr
Darwin 17.7.0
$ bash --version | grep GNU bash
GNU bash, version 5.0.7(1)-release (x86_64-apple-darwin17.7.0) ...
cburgmer
- Opened on Jul 15, 2019
- #6
The following queries provide results that do not match those of other implementations of JSONPath (compare
https://cburgmer.github.io/json-path-comparison/):
- [x] $[1:10] Input:
[ first , ...
cburgmer
- 3
- Opened on Jul 15, 2019
- #5
When I try to use JSONPath on Mac OS it outputs the following error:
line 250: readarray: command not found
ianldgs
- 3
- Opened on Oct 31, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.