Renders all query result values as a flat JSON array, with each cell value processed through process_text and patch_param.
JSONARRAY — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
All values from all rows and all columns are flattened into a single JSON array. Returns a JSON string (not HTML).