#!/usr/bin/env php
( ! ) Notice: Undefined variable: argv in C:\wamp64\www\ws\vendor\mtdowling\jmespath.php\bin\jp.php on line 30 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0748 | 417848 | {main}( ) | ...\jp.php:0 |
( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in C:\wamp64\www\ws\vendor\mtdowling\jmespath.php\bin\jp.php on line 30 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0748 | 417848 | {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]