Skip to main content
Module

x/cliffy/table/table.ts>Table.fromJson

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Table.fromJson
import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/table.ts";

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

Parameters

rows: Array<DataRow>

Array of objects.