Hello,
For passing JSONPath to dvc metrics show is it possible to use jsonpath-ng under the hood instead of python-jsonpath-rw?
jsonpath-ng seems to more fully support JSONPath features, for example the ability to filter on certain values: $..book[?(@.price<10)] which would be useful for comparing metrics with greater specificity from dvc metrics files.
Thanks for considering!