Skip to main content
Module

x/jsonlines/mod.ts>JSONValue

Web stream based jsonlines decoder/encoder
Latest
type alias JSONValue
import { type JSONValue } from "https://deno.land/x/jsonlines@v1.2.2/mod.ts";
definition:
| { [key: string]: JSONValue; }
| string
| number
| boolean