jmespath.py
jmespath.py copied to clipboard
Is there something like jmespath for protobuf?
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!!
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()