Class JsonPathMatcherOption (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
JsonPathMatcherOption(value)
Options to perform JSONPath content matching.
Enums
Name
Description
JSON_PATH_MATCHER_OPTION_UNSPECIFIED
No JSONPath matcher type specified (not valid).
EXACT_MATCH
Selects 'exact string' matching. The match succeeds if the content at the `json_path` within the output is exactly the same as the `content` string.
REGEX_MATCH
Selects regular-expression matching. The match succeeds if the content at the `json_path` within the output matches the regular expression specified in the `content` string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]