#!/usr/bin/env php
( ! ) Notice: Undefined variable: argv in /var/www/html/frontend/vendor/mtdowling/jmespath.php/bin/jp.php on line 30 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0004 | 357704 | {main}( ) | .../jp.php:0 |
( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/frontend/vendor/mtdowling/jmespath.php/bin/jp.php on line 30 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0004 | 357704 | {main}( ) | .../jp.php:0 |
Runs a JMESPath expression on the provided input or a test case.
Provide the JSON input and expression:
echo '{}' | jp.php expression
Or provide the path to a compliance script, a suite, and test case number:
jp.php --script path_to_script --suite test_suite_number --case test_case_number [expression]