Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Cliffy.Table.fromJson
import { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/original_deps.ts";
const { Table } = Cliffy;

Create a new table from an array of json objects. An object represents a row and each property a column.

Parameters

rows: IDataRow[]

Array of objects.