Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/pylon.d.ts>JsonArray

🔑 A strongly typed Pylon API client.
Latest
type alias JsonArray
import { type JsonArray } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";

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

definition: Json[]