Skip to main content
Module

x/tpy/mod.ts>Pylon.Json

🔑 A strongly typed Pylon API client.
Latest
type alias Pylon.Json
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { Json } = Pylon;

Types parsable by ES5's JSON.parse function.

definition:
| string
| number
| boolean
| null
| Record<string, unknown>