Module

x/wmill/deps.ts>Table#fromJson

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
method Table.prototype.fromJson
import { Table } from "https://dotland.deno.dev/x/wmill@v1.323.6/deps.ts";

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

Parameters

rows: Array<DataRow>

Array of objects.