jmespath.py icon indicating copy to clipboard operation
jmespath.py copied to clipboard

Is there something like jmespath for protobuf?

Open deeplook opened this issue 6 years ago • 1 comments

I'm looking for something as elegant as JMESpath, but for protobuf messages, and ideally without converting them first into JSON. ;) Any pointers highly appreciated!!

deeplook avatar Mar 05 '19 14:03 deeplook

I am putting some polish on a PR to add support for arbitrary object parameter access. Otherwise you can monkeypatch a .get() function into whatever data structures you are handing to JMESPath.search()

innovate-invent avatar May 04 '19 16:05 innovate-invent