implementation of JSONPath for Python
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
Homepage: https://github.com/h2non/jsonpath-ng
Maintainer: Daniel Dickman <daniel@openbsd.org>