Groups
Groups
Sign in
Groups
Groups
ObjectPath
Conversations
About
Send feedback
Help
ObjectPath
Contact owners and managers
1–14 of 14
Discuss, learn about, and get help with ObjectPath through this forum. Bugs are handled through
Github issues
.
Mark all as read
Report group
0 selected
Nebi Aydin
5/12/25
ObjectPath nested query problem
I have this expression string expression_string = """ $..*[ @.api_name is "X
unread,
ObjectPath nested query problem
I have this expression string expression_string = """ $..*[ @.api_name is "X
5/12/25
Adrian Kalbarczyk
,
Ian Brown
2
2/4/23
New ObjectPath website
Hi Adrian, I was looking through a Python package that uses ObjectPath which made me curious about
unread,
New ObjectPath website
Hi Adrian, I was looking through a Python package that uses ObjectPath which made me curious about
2/4/23
Stefan Kögl
, …
Egil Möller
4
9/16/19
Complex sort key lambda or equivalent
Heyas! I've written another implementation of ObjectPath with a few extensions https://github.com
unread,
Complex sort key lambda or equivalent
Heyas! I've written another implementation of ObjectPath with a few extensions https://github.com
9/16/19
Karol Wybraniec
, …
Sn3akyP3t3
7
12/17/18
Multiple 'and' issues
My issue also appeared to be a misunderstanding of the language syntax. What would be a good place to
unread,
Multiple 'and' issues
My issue also appeared to be a misunderstanding of the language syntax. What would be a good place to
12/17/18
lcs...@gmail.com
10/16/18
extra parent attribute when filtering on child node attribute
I have a json data structure that looks like this: { "version": "14", "data
unread,
extra parent attribute when filtering on child node attribute
I have a json data structure that looks like this: { "version": "14", "data
10/16/18
n...@bonobo.ai
9/25/18
exists filter
Hey, Is there a way to check if inner field exists in object? for example: obj1 = { "movie"
unread,
exists filter
Hey, Is there a way to check if inner field exists in object? for example: obj1 = { "movie"
9/25/18
Pancham Singh
, …
Michał Stępniewski
3
1/23/17
Javascript bindings
I cannot get to install it in node ... :-( On Monday, March 23, 2015 at 10:59:03 AM UTC+1, Pancham
unread,
Javascript bindings
I cannot get to install it in node ... :-( On Monday, March 23, 2015 at 10:59:03 AM UTC+1, Pancham
1/23/17
Rizwan Zahid
11/1/16
Filter by date
Hi Guys ! I am trying following code but it is returning me no records ,any idea why ? response ={
unread,
Filter by date
Hi Guys ! I am trying following code but it is returning me no records ,any idea why ? response ={
11/1/16
Jonathan Miller
,
Adrian Kalbarczyk
2
7/7/16
objectpath in PIP is not the most recent version
0.5 is the last version. All further fixes are not part of any version. If you'd like to prepare
unread,
objectpath in PIP is not the most recent version
0.5 is the last version. All further fixes are not part of any version. If you'd like to prepare
7/7/16
Nicholas A
,
Adrian Kalbarczyk
4
2/17/16
My first json query attempt is failing...
Use dot operator followed by wildcard to get what you need: path = tree.execute("$.*[@.type is
unread,
My first json query attempt is failing...
Use dot operator followed by wildcard to get what you need: path = tree.execute("$.*[@.type is
2/17/16
Marek Nos
,
Adrian Kalbarczyk
2
12/12/14
Apply slice or replace function to a set
Try this: >>> slice(["sss","aaa"],[0,2]) [ "sss", "aaa
unread,
Apply slice or replace function to a set
Try this: >>> slice(["sss","aaa"],[0,2]) [ "sss", "aaa
12/12/14
Elżbieta Bednarek
10/30/14
ObjectPath 0.5 has been released - what's new
We are excited to announce the release of version 0.5 of ObjectPath. This release brings: up to 10x
unread,
ObjectPath 0.5 has been released - what's new
We are excited to announce the release of version 0.5 of ObjectPath. This release brings: up to 10x
10/30/14
Lie
,
Adrian Kalbarczyk
6
10/20/14
The use of AGPL license
Yes. I also changed the license of Javascript implementation of ObjectPath to BSD. I'll accept
unread,
The use of AGPL license
Yes. I also changed the license of Javascript implementation of ObjectPath to BSD. I'll accept
10/20/14
Dmitry
,
Adrian Kalbarczyk
2
8/31/14
Transform set of repeating data blocks using one query
Hi, Thanks for the kudos! I would do it in Python: r=[] for i in dataset: r.append({ "time"
unread,
Transform set of repeating data blocks using one query
Hi, Thanks for the kudos! I would do it in Python: r=[] for i in dataset: r.append({ "time"
8/31/14