Skip to main content
Module

x/tpy/mod.ts>Pylon.JsonArray

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Pylon.JsonArray
import { type Pylon } from "https://deno.land/x/tpy@1.0.0-pre-release-7/mod.ts";
const { JsonArray } = Pylon;

An array of types parsable by ES5's JSON.parse function.

definition: Json[]