Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$deps.ts>$cliffyTable.Table.fromJson

🚀 (Deno) enhanced executor
Latest
method $cliffyTable.Table.fromJson
import { $cliffyTable } from "https://deno.land/x/dxx@rf/src/lib/$deps.ts";
const { Table } = $cliffyTable;

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.