.TH JMESPATH 1 2015-06-06 "2.2.0" "Linux User Manual" .SH NAME jmespath \- run a JMESPath expression .SH SYNOPSIS .B echo .I '{}' .B | jmespath .I expression .br .B jmespath --script .I path_to_script .B --suite .I test_suite_number .B --case .I test_case_number .RI [ expression ] .SH DESCRIPTION The .B jmespath command runs a JMESPath expression on the provided input or a test case. With the first form, it provides the JSON input and expression. With the second form, it provides the path to a compliance script, a suite, and test case number. .SH SEE ALSO .I http://jmespath.readthedocs.org/en/latest/ .br .I http://jmespath.readthedocs.org/en/latest/specification.html#grammar