issues Search Results · repo:sean2077/jsonpath-python language:Python
Filter by
12 results
(95 ms)12 results
insean2077/jsonpath-python (press backspace or delete to remove)Hey Folks,
Running the lib here, I got tons of this error (which sounds false positive):
[2023-03-08 09:35:39]-ERROR-[jsonpath] string indices must be integers, not str
2023-03-08 09:35:39,786 [jsonpath] ...
bleal-kitmanlabs
- Opened on Mar 8, 2023
- #17
to deal with fields names with period or hyphen must use single quotes like this
JSPath( $.. a-bc ).parse(data)
# but we can t filter like this
JSPath( $.user-list [@. city-name == Austin )
# nor ...
jobdiogenes
- Opened on Feb 16, 2023
- #16
hi
For the json path = $[ tool ][ books ][*][ properties ][*][? (@[ name ] == moq ) ][ value ]
the output based on the json below should be [ x , q ]
but i get []
I get the correct output when using ...
bytespireio
- Opened on Nov 2, 2022
- #15
Current jsonpath-python conflicts with https://github.com/kennknowles/python-jsonpath-rw library version. Both implement
jsonpath.py file, causing problems with importing such file. Some thirty party libraries ...
hernandik
- 1
- Opened on Jun 13, 2022
- #14
Firstly, thanks for your work. Any plans of adding filtering options like contains and like (=~) ? That would be of
great help. If it already exists, could you please share an example.
Thanks in advance ...
layman71
- Opened on May 13, 2022
- #13
Thank you for your work.
I liked your clean implementation of JSONPath. all other python libs seem to over do things in a style I don t like, so
I settled to using yours. However, I need an update functionality ...
mahmoudajawad
- Opened on Mar 10, 2022
- #12
Great library. Thanks.
Problem:
Today I noticed that it crashed when you have a list of objects which is then sorted and the keys have different data
types.
TypeError: not supported between instances ...
BSVogler
- Opened on Feb 1, 2022
- #10
Hi,
I have the following JSON:
[{
author : [
{
fullname : some fullname ,
rank : 3
},
{
fullname : other fullname ,
...
arenas-guerrero-julian
- Opened on Oct 28, 2021
- #9
TigerZhao007
- Opened on May 22, 2021
- #8
试用了很多的python jsonpath库,但都不太好用,功能都不如java版本完善, 今天偶然发现这个工程,觉得比已有的那些都要好 建议对PATH的格式进行更新,例如针对$.book[?(@.category== reference
)],PATH可以返回$.book[0]
mrbreadtree
- Opened on Apr 21, 2021
- #7

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.
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.