Renders all query result values as a flat JSON array, identical in behaviour to ObjReportJsonarray.
JSONLIST — 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. Each value is processed through process_text and patch_param. Returns a JSON string (not HTML).
This module is a duplicate of ObjReportJsonarray. Both produce identical output.