import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { JsonArray } = Pylon;
An array of types parsable by ES5's JSON.parse
function.
definition: Json[]
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { JsonArray } = Pylon;
An array of types parsable by ES5's JSON.parse
function.