Table Of Contents

Next topic

JMESPath Specification

This Page

JMESPath

JSON Matching Expression paths. JMESPath 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".

Contents:

Indices and tables