adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

updating fields through object path #64

Closed KageKirin closed 6 years ago

KageKirin commented 6 years ago

Hi, I've been starting to use ObjectPath earlier today, mostly because I'm dissatisfied with existing JsonPath implementations in Python.

I've been looking through the documentation, but could not find anything related to updating fields from their given path. Is there any functionality like this?

Best regards.

adriank commented 6 years ago

Hi,

ObjectPath is a query language. Updating is not possible.

Greetings, Adrian Kalbarczyk

http://kalbarczyk.co

On Thu, May 31, 2018 at 10:48 AM Christian Helmich notifications@github.com wrote:

Hi, I've been starting to use ObjectPath earlier today, mostly because I'm dissatisfied with existing JsonPath implementations in Python.

I've been looking through the documentation, but could not find anything related to updating fields from their given path. Is there any functionality like this?

Best regards.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adriank/ObjectPath/issues/64, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKycgrfb11WrpwdAyNWkAY-aHYIzfy9ks5t365VgaJpZM4UUp3p .

KageKirin commented 6 years ago

Fair enough. Thanks for the clear answer. Cheers.