python-jmespath

Extract elements from JSON document

JMESPath (pronounced "jaymz 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 reference all the items in a list using the * syntax: {"foo": {"bar": [{"name": "one"}, {"name": "two"}]}} The expression: foo.bar[*].name will return ["one", "two"]. Negative indexing is also supported (-1 refers to the last element in the list). Given the data above, the expression foo.bar[-1].name will return ["two"]. The * can also be used for hash types: {"foo": {"bar": {"name": "one"}, "baz": {"name": "two"}}} The expression: foo.*.name will return ["one", "two"].

There is no official package available for openSUSE Leap 16.0

التوزيعات

openSUSE Tumbleweed

openSUSE Slowroll

openSUSE Leap 16.0

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Factory RISCV

openSUSE Backports for SLE 15 SP7

openSUSE Backports for SLE 15 SP4

openSUSE Backports for SLE 15 SP3

SUSE SLE-15-SP2

SUSE SLE-15-SP1

SUSE SLE-12-SP5

Debian 10

Debian 9.0

Fedora Rawhide (unstable)

home:alvistack المجتمع
1.0.1

Fedora 43

home:alvistack المجتمع
1.0.1

Fedora 42

home:alvistack المجتمع
1.0.1

Fedora 41

home:alvistack المجتمع
1.0.1

RedHat RHEL-7

CentOS CentOS-8-Stream

home:alvistack المجتمع
0.10.0

CentOS CentOS-7

home:alvistack المجتمع
0.10.0

توزيعات غير مدعومة

التوزيعات التالية غير معتمدة رسميًا. استخدم هذه الحزم على مسؤوليتك الخاصة.

openSUSE:Leap:42.1

openSUSE:Leap:42.2

openSUSE:Leap:42.3

openSUSE:Leap:15.2

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:13.2

SUSE:SLE-12:SLE-Module-Adv-Systems-Management

Ubuntu:18.04

SUSE:SLE-12:SLE-Module-Toolchain

SUSE:ALP:Source:Standard:Core:1.0:Build

SUSE:SLE-15:GA

SUSE:ALP

SUSE:ALP:Workbench

SUSE:SLFO:1.1:Build

CentOS:CentOS-10:Stream

CentOS:CentOS-9:Stream