values property
CSS selector for selecting values row (for HTML tables) JSON path selector for values (for JSON tables)
This field is optional and specifies how to identify the data values in a table structure. If not provided, the parser will use the keys selector to determine the structure. For HTML tables, this might be "tbody tr td". For JSON tables, this could be "$.data" or "$.rows".
Implementation
final String? values;