Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alloy_folk/deps.ts>cliffy.Table#fromJson

An application installer for restriced macOS
Go to Latest
method cliffy.Table.prototype.fromJson
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;

Read data from an array of json objects. An object represents a row and each property a column.

Parameters

rows: IDataRow[]

Array of objects.