Query JSON data
The jmespath() method
jmespath() method$jmespath(object, searchString)_jmespath(object, searchString)var jmespath = require('jmespath');
jmespath.search(object, searchString);Common tasks
Apply a JMESPath expression to a collection of elements with projections
Select multiple elements and create a new list or object
An alternative to arrow functions in expressions
Last updated
Was this helpful?