py3-jmespath

extract elements from a JSON document

WWW CVSWeb GITHub
  1. Package version
    py3-jmespath-1.0.1
  2. Maintainer
    The OpenBSD ports mailing-list

JSON Matching Expressions.

JMESPath (pronounced "james path") allows you to declaratively
specify how to extract elements from a JSON document.

For example, given this document: {"foo": {"bar": "baz"}}
The jmespath expression foo.bar will return "baz".

JMESPath also supports referencing elements in a list.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • lang/python/3.10