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

x/simple_ipc/deps.ts>JsonStruct

A simple and lightweight IPC module for Deno.
Latest
type alias JsonStruct
Re-export
import { type JsonStruct } from "https://deno.land/x/simple_ipc@v0.1.3/deps.ts";

Possible types of JSON.

definition:
| string
| number
| boolean
| null
| { [key: string]: JsonStruct; }