Skip to main content
Module

x/bluemine/deps.ts>JsonValue

A light zero dependencies Redmine REST API helper
Latest
type alias JsonValue
Re-export
import { type JsonValue } from "https://deno.land/x/bluemine@0.1.4/deps.ts";

The type of the result of parsing JSON.

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