JSONVAL

Returns the value from the given JSON for the given JSONPath query.

Syntax

JSONVAL({{myjson}}, 'resp.token')

Example

JSONVAL({{myjson}}, 'resp.token')

Notes

The JSONPath '$.' prefix is not required.

Use the optional true/false validate parameter to raise an error if the query fails.

Learn more about JSONPath
Test your JSONPath here

Related 

JSONLIST