Skip to main content
Module

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

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Table.prototype.fromJson
Re-export
import { Table } from "https://deno.land/x/lume@v1.15.2/deps/cliffy.ts";

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

Parameters

rows: IDataRow[]

Array of objects.