method Table.prototype.fromJsonimport { Table } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; fromJson(rows: IDataRow[]): thisRead data from an array of json objects. An object represents a row and each property a column. Parametersrows: IDataRow[]Array of objects. Returnsthis