Pulldata jsonpath
- Support new pulldata to get value from json (value of question) using JSONPath.
- New calculate syntax:
pulldata('jsonpath',${question_name},'specific JSONPath'). The arguments are as follows:- First argument:
'jsonpath'(static) for differentiation (similar tojwt,json,appapikeywords). - Second argument: JSON content, supports
${question_name}. - Third argument:
'specific JSONPath'for JSON path extraction.
- First argument:
- Value return similar pulldata json Sign in · GitLab