Values:
JSON_PATH_MATCHER_OPTION_UNSPECIFIED (0):
No JSONPath matcher type specified (not
valid).
EXACT_MATCH (1):
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 (2):
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 2024-10-10 UTC."],[],[]]