| Name: | python3.11-jmespath | 
|---|---|
| Version: | 1.0.1 | 
| Release: | 3.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 160779 | 
| License: | MIT | 
| RPM: | python3.11-jmespath-1.0.1-3.el8.noarch.rpm | 
| Source RPM: | python-jmespath-1.0.1-3.el8.src.rpm | 
| Build Date: | Wed Apr 30 2025 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/jmespath/jmespath.py | 
| Summary: | JSON Matching Expressions | 
| Description: |  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. Given the data::
{"foo": {"bar": ["one", "two"]}}The expression: foo.bar[0] will return "one".
You can also... |